aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[lldb] Fix SBAddressRange validation checks. (#95997)Miro Bucko1-1/+1
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova1-0/+30
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova1-31/+0
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova1-0/+31
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham1-9/+50
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi1-28/+39
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun1-28/+10
2024-05-31A few updates around "transcript" (#92843)royitaqi1-10/+28
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham1-0/+7
2024-05-30[lldb][test] Fix failing test TestAddressRange.py (#93871)Miro Bucko1-1/+1
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko3-0/+273
2024-05-30[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)Dmitry Vasilyev1-1/+0
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch3-265/+0
2024-05-29[lldb][Test][Windows] Fix flaky address range API testsDavid Spickett1-2/+0
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko3-0/+267
2024-05-24[lldb] Fixed the TestDebuggerAPI test on x86_64 Windows host (#90580)Dmitry Vasilyev1-0/+5
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi1-0/+121
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi2-4/+173
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath3-0/+60
2024-05-09[lldb] Make SBType::GetDirectNestedType (mostly) work with typedefs (#91189)Pavel Labath2-0/+21
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath2-0/+24
2024-05-03[lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath2-0/+14
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath2-0/+36
2024-04-23[lldb/test] Rename a functionPavel Labath1-3/+5
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath1-16/+21
2024-04-12Reapply "Fix error in unrecognized register name handling for "SBFram…e.reg...jimingham1-2/+14
2024-04-11Revert "Fix error in unrecognized register name handling for "SBFrame.registe...Chelsea Cassanova1-12/+0
2024-04-11Fix error in unrecognized register name handling for "SBFrame.register" (#88047)jimingham1-0/+12
2024-03-13[lldb][test] Disable other runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2024-03-11Make ValueObject::Cast work for casts from smaller to larger structs in the c...jimingham2-10/+73
2024-03-06Skip TestAddressMasks API tests on 32-bit armJason Molenda1-0/+3
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda3-0/+139
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda3-82/+0
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda3-0/+82
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht1-14/+14
2024-02-21Bump the minimum LLVM version for TestTypeList.pyShubham Sandeep Rastogi1-0/+1
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht17-73/+73
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere10-45/+45
2024-02-16Re-land "[lldb] Fix `FindDirectNestedType` not working with class templates (...Vlad Serebrennikov2-0/+29
2024-02-16Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#...Shubham Sandeep Rastogi2-29/+0
2024-02-16[lldb] Fix `FindDirectNestedType` not working with class templates (#81666)Vlad Serebrennikov2-0/+29
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere3-10/+17
2024-02-06[lldb] Fix a crasher when using the public API. (#80508)Greg Clayton1-0/+6
2024-01-03[lldb][test] Skip other Global Module Cache tests on Arm/AArch64 LinuxDavid Spickett1-0/+2
2023-12-21[LLDB] Fix write permission error in TestGlobalModuleCache.py (#76171)cmtice1-0/+7
2023-12-20[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)David Spickett1-5/+4
2023-12-20[lldb][test] Skip runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2023-12-20[lldb][test] Remove Arm/AArch64 Linux skip for global modules testDavid Spickett1-4/+0
2023-12-20[lldb][test] Add extra logging for module cache testDavid Spickett1-7/+9
2023-12-20[lldb][test] Try a workaround for module cache test on Arm/AArch64 LinuxDavid Spickett1-4/+7