summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-20[lldb][API] Remove debug print in TestRunLocker.pyDavid Spickett
2023-09-19[lldb] Correct expected output for variable on 32 bit platformsDavid Spickett
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18[lldb] Fix the TestValueAPI testwalter erquinigo
2023-09-18[LLDB] Add a setting for printing ValueObject hex values without leading zero...Walter Erquinigo
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett
2023-09-01[lldb] Add syntax color highlighting for disassemblyJonas Devlieghere
2023-08-16Test follow-up to 2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45Jim Ingham
2023-08-16Replace the singleton "ShadowListener" with a primary and N secondary ListenersJim Ingham
2023-08-11[lldb] SBTarget::AddModule do all searches by UUID, set Target archJason Molenda
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-08-04[lldb] Bump SWIG minimum version to 4Jonas Devlieghere
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-07-14[lldb][Windows] Fix TestLocateModuleCallbackKazuki Sakamoto
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham
2023-06-16[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-05-30Fix SBValue::FindValue for file static variablesJim Ingham
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2023-03-22[lldb] Update some uses of Python2 API in typemaps.Jorge Gorbe Moya
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2023-03-10Don't produce a dynamic value if there was an error creating it.Jim Ingham
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan
2023-03-03[lldb] Extend SWIG SBProcess interface with WriteMemoryAsCString methodMed Ismail Bennani
2023-03-02[LLDB] XFAIL TestRunLocker.py for windowsMuhammad Omair Javaid
2023-03-02Revert "[LLDB] XFAIL TestRunLocker.py on Windows"Muhammad Omair Javaid
2023-03-02[LLDB] XFAIL TestRunLocker.py on WindowsMuhammad Omair Javaid
2023-03-01[LLDB] Expose several methods in SBWatchpointDan Liew
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham
2023-02-17[lldb] StructuredData should not truncate uint64_t valuesAlex Langford
2023-02-09Remove test case that tries to allocate impossible amountsJason Molenda
2023-02-08[lldb] Accept negative indexes in __getitem__Dave Lee
2023-02-07Only run the weird new try-to-read-too-much test on DarwinJason Molenda
2023-02-07Fix TestProcessAPI.py to only allocate sys.maxsize bufferJason Molenda
2023-02-07Check if null buffer handed to SBProcess::ReadMemoryJason Molenda
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani
2023-01-30Revert "Revert "[lldb] Make SBSection::GetSectionData call Section::GetSectio...Muhammad Omair Javaid
2023-01-30Revert "[lldb] Make SBSection::GetSectionData call Section::GetSectionData."Muhammad Omair Javaid
2023-01-27[lldb] Make SBSection::GetSectionData call Section::GetSectionData.Jorge Gorbe Moya
2023-01-26[test] Remove unused `unittest2` importJordan Rupprecht
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2023-01-25[NFC][LLDB] Rename test filePavel Kosov