aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
2025-05-09[LLDB][SBSaveCoreOptions] Add new API to expose the expected core size in byt...Jacob Lalonde2-0/+68
2025-05-05[LLDB] Fix `ValueObject::AddressOf()` return value (#137688)Ilia Kuklin1-22/+25
2025-05-01Fix TestEvents.py after: 4fdb8cb (#138211)jimingham1-1/+1
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham1-1/+2
2025-04-13Skip test on DarwinAdrian Prantl1-0/+1
2025-04-11[lldb][test] Adjust TestTargetReadInstructionsFlavor skipIfsDavid Spickett1-1/+2
2025-04-11[lldb] Fix SBTarget::ReadInstruction with flavor (#134626)Ebuka Ezike3-0/+63
2025-03-31[lldb] Expose the Target API mutex through the SB API (#133295)Jonas Devlieghere1-0/+24
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere1-2/+2
2025-03-03[LLDB][SBProgress] Add a finalize method (#128966)Jacob Lalonde1-29/+30
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima2-4/+4
2025-02-27[LLDB][SBProgress] Fix bad optional in sbprogress (#128971)Jacob Lalonde1-0/+32
2025-02-24[lldb] do not show misleading error when there is no frame (#119103)oltolm1-3/+1
2025-02-09[lldb] Merge TestSBCommandReturnObject testsJonas Devlieghere1-17/+0
2025-02-04[lldb] WatchAddress ignores modify option (#124847)Ben Jackson2-1/+199
2025-02-04[lldb] Check the command string in TestCommandInterepterPrintCallbackJonas Devlieghere1-1/+3
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere3-0/+75
2025-02-04[lldb] Store the command in the CommandReturnObject (#125132)Jonas Devlieghere1-0/+17
2025-01-17[LLDB] Add SBProgress so Python scripts can also report progress (#119052)Jacob Lalonde1-0/+35
2025-01-16[LLDB] Make the thread list for SBSaveCoreOptions iterable (#122541)Jacob Lalonde2-3/+38
2024-12-09[lldb] Add lookup by name to SBValue through new member property (#118814)Dave Lee1-5/+3
2024-12-03Make SBMemoryRegionInfoList iterable with Python SWIG (#117358)Luke Riddle1-0/+13
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere2-8/+34
2024-11-11[lldb] Disable TestCancelAttach for Windows host (#115619)Dmitry Vasilyev1-0/+5
2024-10-30[lldb] Fix API test for file redirection to existing files (#114119)Wanyi1-16/+23
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham1-2/+2
2024-10-29[lldb] Fix write only file action to truncate the file (#112657)Wanyi1-0/+30
2024-10-18[lldb] Speed up FindInMemory tests (#111951)Igor Kudrin3-31/+45
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond1-3/+3
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond1-3/+3
2024-10-09[lldb] Fix TestGlobalModuleCache.py for remote debugging (#111483)Igor Kudrin1-0/+1
2024-09-25[lldb] Fix error reporting in SBTarget::ReadMemory (#109764)Pavel Labath1-0/+5
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev1-1/+1
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde3-1/+106
2024-08-07[lldb/API] Fix SBStructuredData support any JSON type (#101929)Med Ismail Bennani1-0/+31
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde3-106/+1
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde3-1/+106
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde1-0/+28
2024-07-15git add a test file from a previous commit.Jim Ingham1-0/+35
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham1-5/+39
2024-07-15[API] add GetSyntheticValue (#95959)Vincent Belliard3-2/+66
2024-07-10[lldb][test] Fix instruction test step on WindowsDavid Spickett1-11/+16
2024-07-09[lldb] Put the new debugger in synchronous mode in TestGlobalModuleCache (#98...Pavel Labath1-0/+1
2024-07-04[LLDB] XFail on Windows TestThreadAPI.py test_StepInstructionMuhammad Omair Javaid1-1/+2
2024-07-03SBThread::StepInstruction shouldn't discard other plans (#97493)jimingham2-0/+61
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima4-4/+4
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko5-0/+491
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova5-454/+0
2024-06-24[lldb] Fix failing TestFind(Ranges)InMemory.py tests. (#96511)Miro Bucko1-1/+0
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko5-0/+455