aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface
AgeCommit message (Expand)AuthorFilesLines
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani1-0/+8
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani1-1/+63
2023-03-03[lldb] Extend SWIG SBProcess interface with WriteMemoryAsCString methodMed Ismail Bennani1-0/+12
2023-03-02Revert "Add SBValue::GetValueAsAddress API for removing non-addressing metadata"Jason Molenda1-18/+0
2023-03-02Add SBValue::GetValueAsAddress API for removing non-addressing metadataJason Molenda1-0/+18
2023-03-01[LLDB] Expose several methods in SBWatchpointDan Liew1-0/+27
2023-02-16[lldb] Replace SB swig interfaces with API headersAlex Langford171-10556/+4160
2023-02-10[lldb] Add an SB API to get progress events as SBStructuredDataJonas Devlieghere1-0/+2
2023-02-08[lldb] Accept negative indexes in __getitem__Dave Lee11-18/+40
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani1-0/+6
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-12/+0
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-0/+12
2023-01-12[lldb] Limit `nothreadallow` to Python in SWIG bindingsJonas Devlieghere1-0/+4
2022-11-21Reland "[lldb] Fix SBFileSpec.fullpath"Dave Lee1-12/+1
2022-11-21Revert "[lldb] Fix SBFileSpec.fullpath"Dave Lee1-1/+12
2022-11-21[lldb] Fix SBFileSpec.fullpathDave Lee1-12/+1
2022-11-12[lldb] Revert SBFileSpec.fullpath path separator fixDave Lee1-1/+1
2022-11-11[lldb] Fix SBFileSpec.fullpath for WindowsDave Lee1-1/+1
2022-10-28[lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB docsMichael Buch3-4/+7
2022-09-13[Formatters][NFCI] Replace 'is_regex' arguments with an enum.Jorge Gorbe Moya1-0/+6
2022-09-13[lldb] Fixed a number of typosGabriel Ravier2-5/+5
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-0/+2
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-2/+0
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan1-0/+2
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-0/+2
2022-09-06Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova1-5/+5
2022-09-03[lldb][bindings] Fix module_access handling of regexDave Lee1-5/+5
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton1-0/+4
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-1/+1
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson2-0/+60
2022-08-02[LLDB] Add SBInstruction::GetControlFlowKind()Jakob Johnson1-0/+3
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo1-0/+2
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary1-0/+4
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath1-4/+0
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath1-0/+4
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson1-0/+2
2022-06-09Pass plugin_name in SBProcess::SaveCoreLevon1-0/+3
2022-05-13[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani1-2/+2
2022-05-12[lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani1-0/+16
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere1-0/+2
2022-03-16[lldb] Expose diagnostic events through the SB APIJonas Devlieghere1-1/+5
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham1-0/+3
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee1-0/+12
2022-02-25Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event li...Med Ismail Bennani1-7/+4
2022-02-25Revert "[lldb/test] Fix TestProgressReporting.py race issue with the event li...Michael Forster1-4/+7
2022-02-23[lldb/test] Fix TestProgressReporting.py race issue with the event listenerMed Ismail Bennani1-7/+4
2022-02-18[lldb/bindings] Expose the progress reporting machinery to the SWIG interfaceMed Ismail Bennani1-0/+16
2022-02-16[lldb/API] Add a way to check if the CommandInterpreter is interactiveMed Ismail Bennani1-0/+3
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny1-0/+6
2022-01-28Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny1-6/+0