aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings
AgeCommit message (Expand)AuthorFilesLines
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani4-2/+82
2023-07-13Remove unnecessary std::moves [NFC]Sterling Augustine1-3/+3
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto2-0/+101
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto1-0/+10
2023-05-15[lldb] Fix lua build after 27b6a4e63afeAlex Langford1-2/+4
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2-102/+102
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham1-0/+32
2023-04-25[lldb][NFCI] Remove unused swig macrosAlex Langford1-34/+0
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani2-1/+75
2023-03-27[lldb] Fix double free in python bindings error handling.Jorge Gorbe Moya1-4/+7
2023-03-22[lldb] Update some uses of Python2 API in typemaps.Jorge Gorbe Moya1-11/+7
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan2-0/+35
2023-03-03[lldb/swig] Fix ref counting issue in SBProcess::GetScriptedImplementationMed Ismail Bennani1-0/+2
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani1-0/+5
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani2-0/+34
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 Langford175-10626/+4408
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 Bennani2-0/+16
2023-02-02[lldb/python] Fix scripted_platform python module creationMed Ismail Bennani1-7/+1
2023-01-30[lldb/swig] Remove deprecated flags for generating bindingsMed Ismail Bennani1-5/+8
2023-01-24[lldb] Remove legacy six module for py2->py3Jordan Rupprecht1-7/+0
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-12/+0
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani2-45/+10
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-0/+12
2023-01-12[lldb] Fix compile error in Lua typemapJonas Devlieghere1-1/+1
2023-01-12[lldb] Limit `nothreadallow` to Python in SWIG bindingsJonas Devlieghere1-0/+4
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-06[lldb] Allow configuring on Windows with python interpreter within a junctionMarkus Böck1-2/+4
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-4/+4
2022-11-29[NFC] Make headers self-contained.Jordan Rupprecht1-0/+2
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-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani1-22/+4
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-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya2-0/+30
2022-09-30[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova1-1/+1
2022-09-30[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2-5/+0
2022-09-16[lldb] Use SWIG_fail in python-typemaps.swig (NFC)Dave Lee1-27/+27
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