summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2025-11-14[lldb] Add a test for capturing stdout/stderr from Python commands (#168138)Jonas Devlieghere
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde
2025-11-05[lldb] Introduce SBFrameList for lazy frame iteration (#166651)Med Ismail Bennani
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike
2025-10-13[lldb][swig] Support SBFileSpec::GetPath (#162964)Wanyi
2025-10-13[lldb] Fix TypeSystemClang::GetBasicTypeEnumeration for 128-bit int types (#1...Matej Košík
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch
2025-10-07[lldb] Add support for unique target ids (#160736)Janet Yang
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-09-04[lldb] Reland: Add Pythonic API to SBStructuredData extension (#156771)Dave Lee
2025-09-04[lldb] Add issue no to xfail decorators in TestGetBaseName (#155939)Muhammad Omair Javaid
2025-09-03Revert "[lldb] Add Pythonic API to SBStructuredData extension (#155061)" (#15...Dave Lee
2025-09-03[lldb] Revert custom __str__ in SBStructuredDataExtensions.i (#156721)Dave Lee
2025-09-02[lldb] Add Pythonic API to SBStructuredData extension (#155061)Dave Lee
2025-09-01[lldb][test] Mark TestGetBaseName.py as expected failure on WindowsMuhammad Omair Javaid
2025-08-28[lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (#155939)Jonas Devlieghere
2025-08-21[lldb/API] Add setters to SBStructuredData (#154445)Med Ismail Bennani
2025-08-19[LLDB] added getName method in SBModule (#150331)barsolo2000
2025-08-18Decent to Descent (#154040)LauraElanorJones
2025-08-13[lldb][test] Make TestFindRangesInMemory.py more robust (#152817)Igor Kudrin
2025-08-11[lldb] Guard SBFrame/SBThread methods against running processes (#152020)Felipe de Azevedo Piovezan
2025-07-23[lldb][SBType] GetBasicType to unwrap canonical type (#149112)Michael Buch
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde
2025-07-17[lldb][test] Adjust TestTypeList.py on Windows with exceptionsDavid Spickett
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix
2025-06-27[lldb] Add class property for the version string (#145974)Jonas Devlieghere
2025-06-23[lldb] Fix SBMemoryRegionInfoListExtensions iter to yield unique refe… (#14...Zyn
2025-06-19[lldb] Disable TestTargetWatchAddress on Windows x86_64 (#144779)Dmitry Vasilyev
2025-06-03[lldb] Disable TestTargetWatchAddress.py on Windows x86_64 (#142573)Dmitry Vasilyev
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-05-27[lldb][test] Skip unamed symbol test on ArmDavid Spickett
2025-05-23[lldb] skip unnamed symbol test on windows (#141212)Ely Ronnen
2025-05-23[lldb] Change synthetic symbol names to have file address (#138416)Ely Ronnen
2025-05-20[lldb] Retcon SBValue::GetChildAtIndex(synthetic=true) (#140065)Pavel Labath
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath
2025-05-09[LLDB][SBSaveCoreOptions] Add new API to expose the expected core size in byt...Jacob Lalonde
2025-05-05[LLDB] Fix `ValueObject::AddressOf()` return value (#137688)Ilia Kuklin
2025-05-01Fix TestEvents.py after: 4fdb8cb (#138211)jimingham
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham
2025-04-13Skip test on DarwinAdrian Prantl
2025-04-11[lldb][test] Adjust TestTargetReadInstructionsFlavor skipIfsDavid Spickett
2025-04-11[lldb] Fix SBTarget::ReadInstruction with flavor (#134626)Ebuka Ezike
2025-03-31[lldb] Expose the Target API mutex through the SB API (#133295)Jonas Devlieghere
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere
2025-03-03[LLDB][SBProgress] Add a finalize method (#128966)Jacob Lalonde
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-27[LLDB][SBProgress] Fix bad optional in sbprogress (#128971)Jacob Lalonde
2025-02-24[lldb] do not show misleading error when there is no frame (#119103)oltolm
2025-02-09[lldb] Merge TestSBCommandReturnObject testsJonas Devlieghere