summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko
2024-05-24[lldb] Fixed the TestDebuggerAPI test on x86_64 Windows host (#90580)Dmitry Vasilyev
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath
2024-05-09[lldb] Make SBType::GetDirectNestedType (mostly) work with typedefs (#91189)Pavel Labath
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath
2024-05-03[lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath
2024-04-23[lldb/test] Rename a functionPavel Labath
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath
2024-04-12Reapply "Fix error in unrecognized register name handling for "SBFram…e.reg...jimingham
2024-04-11Revert "Fix error in unrecognized register name handling for "SBFrame.registe...Chelsea Cassanova
2024-04-11Fix error in unrecognized register name handling for "SBFrame.register" (#88047)jimingham
2024-03-13[lldb][test] Disable other runlocker test on AArch64 LinuxDavid Spickett
2024-03-11Make ValueObject::Cast work for casts from smaller to larger structs in the c...jimingham
2024-03-06Skip TestAddressMasks API tests on 32-bit armJason Molenda
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht
2024-02-21Bump the minimum LLVM version for TestTypeList.pyShubham Sandeep Rastogi
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-16Re-land "[lldb] Fix `FindDirectNestedType` not working with class templates (...Vlad Serebrennikov
2024-02-16Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#...Shubham Sandeep Rastogi
2024-02-16[lldb] Fix `FindDirectNestedType` not working with class templates (#81666)Vlad Serebrennikov
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2024-02-06[lldb] Fix a crasher when using the public API. (#80508)Greg Clayton
2024-01-03[lldb][test] Skip other Global Module Cache tests on Arm/AArch64 LinuxDavid Spickett
2023-12-21[LLDB] Fix write permission error in TestGlobalModuleCache.py (#76171)cmtice
2023-12-20[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)David Spickett
2023-12-20[lldb][test] Skip runlocker test on AArch64 LinuxDavid Spickett
2023-12-20[lldb][test] Remove Arm/AArch64 Linux skip for global modules testDavid Spickett
2023-12-20[lldb][test] Add extra logging for module cache testDavid Spickett
2023-12-20[lldb][test] Try a workaround for module cache test on Arm/AArch64 LinuxDavid Spickett
2023-12-19[lldb] Fix TestSBValueSynthetic on windows (#75908)Pavel Labath
2023-12-18[lldb] Fix a quirk in SBValue::GetDescription (#75793)Pavel Labath
2023-12-14[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 LinuxDavid Spickett
2023-12-14Reland "Add a test for evicting unreachable modules from the global module ca...David Spickett
2023-12-13Revert "Add a test for evicting unreachable modules from the global module ca...David Spickett
2023-12-12Add a test for evicting unreachable modules from the global module cache (#74...jimingham
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo
2023-10-14[lldb] Add SBType::FindDirectNestedType() function (#68705)Vlad Serebrennikov
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett