summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2025-02-04[lldb] Check the command string in TestCommandInterepterPrintCallbackJonas Devlieghere
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere
2025-02-04[lldb] Store the command in the CommandReturnObject (#125132)Jonas Devlieghere
2025-01-17[LLDB] Add SBProgress so Python scripts can also report progress (#119052)Jacob Lalonde
2025-01-16[LLDB] Make the thread list for SBSaveCoreOptions iterable (#122541)Jacob Lalonde
2024-12-09[lldb] Add lookup by name to SBValue through new member property (#118814)Dave Lee
2024-12-03Make SBMemoryRegionInfoList iterable with Python SWIG (#117358)Luke Riddle
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2024-11-11[lldb] Disable TestCancelAttach for Windows host (#115619)Dmitry Vasilyev
2024-10-30[lldb] Fix API test for file redirection to existing files (#114119)Wanyi
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham
2024-10-29[lldb] Fix write only file action to truncate the file (#112657)Wanyi
2024-10-18[lldb] Speed up FindInMemory tests (#111951)Igor Kudrin
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-10-09[lldb] Fix TestGlobalModuleCache.py for remote debugging (#111483)Igor Kudrin
2024-09-25[lldb] Fix error reporting in SBTarget::ReadMemory (#109764)Pavel Labath
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde
2024-08-07[lldb/API] Fix SBStructuredData support any JSON type (#101929)Med Ismail Bennani
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde
2024-07-15git add a test file from a previous commit.Jim Ingham
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham
2024-07-15[API] add GetSyntheticValue (#95959)Vincent Belliard
2024-07-10[lldb][test] Fix instruction test step on WindowsDavid Spickett
2024-07-09[lldb] Put the new debugger in synchronous mode in TestGlobalModuleCache (#98...Pavel Labath
2024-07-04[LLDB] XFail on Windows TestThreadAPI.py test_StepInstructionMuhammad Omair Javaid
2024-07-03SBThread::StepInstruction shouldn't discard other plans (#97493)jimingham
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova
2024-06-24[lldb] Fix failing TestFind(Ranges)InMemory.py tests. (#96511)Miro Bucko
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko
2024-06-21[lldb] Fix SBAddressRange validation checks. (#95997)Miro Bucko
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun
2024-05-31A few updates around "transcript" (#92843)royitaqi
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham
2024-05-30[lldb][test] Fix failing test TestAddressRange.py (#93871)Miro Bucko
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko
2024-05-30[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)Dmitry Vasilyev
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch
2024-05-29[lldb][Test][Windows] Fix flaky address range API testsDavid Spickett
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko