aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
2023-12-19[lldb] Fix TestSBValueSynthetic on windows (#75908)Pavel Labath3-9/+38
2023-12-18[lldb] Fix a quirk in SBValue::GetDescription (#75793)Pavel Labath3-0/+33
2023-12-14[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 LinuxDavid Spickett1-5/+4
2023-12-14Reland "Add a test for evicting unreachable modules from the global module ca...David Spickett4-0/+190
2023-12-13Revert "Add a test for evicting unreachable modules from the global module ca...David Spickett4-185/+0
2023-12-12Add a test for evicting unreachable modules from the global module cache (#74...jimingham4-0/+185
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-1/+1
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham1-0/+57
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-1/+1
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-1/+1
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda2-9/+0
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo1-0/+24
2023-10-14[lldb] Add SBType::FindDirectNestedType() function (#68705)Vlad Serebrennikov2-0/+36
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett2-9/+16
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett2-16/+9
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda2-9/+16
2023-09-20[lldb][API] Remove debug print in TestRunLocker.pyDavid Spickett1-1/+0
2023-09-19[lldb] Correct expected output for variable on 32 bit platformsDavid Spickett1-1/+1
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda2-16/+9
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda2-9/+16
2023-09-18[lldb] Fix the TestValueAPI testwalter erquinigo1-1/+1
2023-09-18[LLDB] Add a setting for printing ValueObject hex values without leading zero...Walter Erquinigo2-3/+21
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett1-15/+32
2023-09-01[lldb] Add syntax color highlighting for disassemblyJonas Devlieghere1-0/+10
2023-08-16Test follow-up to 2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45Jim Ingham1-0/+3
2023-08-16Replace the singleton "ShadowListener" with a primary and N secondary ListenersJim Ingham1-0/+118
2023-08-11[lldb] SBTarget::AddModule do all searches by UUID, set Target archJason Molenda3-0/+115
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-6/+10
2023-08-04[lldb] Bump SWIG minimum version to 4Jonas Devlieghere4-12/+1
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani1-0/+34
2023-07-14[lldb][Windows] Fix TestLocateModuleCallbackKazuki Sakamoto1-8/+14
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto1-0/+338
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto1-0/+24
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham2-0/+21
2023-06-16[lldb] Fix Python test formatting (NFC)Jonas Devlieghere3-3/+3
2023-05-30Fix SBValue::FindValue for file static variablesJim Ingham2-5/+5
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg5-0/+6
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere83-2270/+2367
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-10/+42
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda1-7/+12
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid5-6/+0
2023-03-22[lldb] Update some uses of Python2 API in typemaps.Jorge Gorbe Moya1-1/+2
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham4-0/+435
2023-03-10Don't produce a dynamic value if there was an error creating it.Jim Ingham3-0/+47
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan1-1/+14
2023-03-03[lldb] Extend SWIG SBProcess interface with WriteMemoryAsCString methodMed Ismail Bennani1-0/+26
2023-03-02[LLDB] XFAIL TestRunLocker.py for windowsMuhammad Omair Javaid1-0/+3
2023-03-02Revert "[LLDB] XFAIL TestRunLocker.py on Windows"Muhammad Omair Javaid1-2/+0
2023-03-02[LLDB] XFAIL TestRunLocker.py on WindowsMuhammad Omair Javaid1-0/+2
2023-03-01[LLDB] Expose several methods in SBWatchpointDan Liew2-6/+55