summaryrefslogtreecommitdiff
path: root/lldb/bindings
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix lua build after 27b6a4e63afeAlex Langford2023-05-151-2/+4
* [lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2023-05-102-102/+102
* Allow scripted thread plans to modify the thread stop description whenJim Ingham2023-05-031-0/+32
* [lldb][NFCI] Remove unused swig macrosAlex Langford2023-04-251-34/+0
* [lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani2023-04-252-1/+75
* [lldb] Fix double free in python bindings error handling.Jorge Gorbe Moya2023-03-271-4/+7
* [lldb] Update some uses of Python2 API in typemaps.Jorge Gorbe Moya2023-03-221-11/+7
* Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan2023-03-072-0/+35
* [lldb/swig] Fix ref counting issue in SBProcess::GetScriptedImplementationMed Ismail Bennani2023-03-031-0/+2
* [lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani2023-03-031-0/+5
* [lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani2023-03-032-0/+34
* [lldb] Extend SWIG SBProcess interface with WriteMemoryAsCString methodMed Ismail Bennani2023-03-031-0/+12
* Revert "Add SBValue::GetValueAsAddress API for removing non-addressing metadata"Jason Molenda2023-03-021-18/+0
* Add SBValue::GetValueAsAddress API for removing non-addressing metadataJason Molenda2023-03-021-0/+18
* [LLDB] Expose several methods in SBWatchpointDan Liew2023-03-011-0/+27
* [lldb] Replace SB swig interfaces with API headersAlex Langford2023-02-16175-10626/+4408
* [lldb] Add an SB API to get progress events as SBStructuredDataJonas Devlieghere2023-02-101-0/+2
* [lldb] Accept negative indexes in __getitem__Dave Lee2023-02-0811-18/+40
* [lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani2023-02-032-0/+16
* [lldb/python] Fix scripted_platform python module creationMed Ismail Bennani2023-02-021-7/+1
* [lldb/swig] Remove deprecated flags for generating bindingsMed Ismail Bennani2023-01-301-5/+8
* [lldb] Remove legacy six module for py2->py3Jordan Rupprecht2023-01-241-7/+0
* Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani2023-01-131-12/+0
* [lldb] Add ScriptedPlatform python implementationMed Ismail Bennani2023-01-122-45/+10
* [lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani2023-01-121-0/+12
* [lldb] Fix compile error in Lua typemapJonas Devlieghere2023-01-121-1/+1
* [lldb] Limit `nothreadallow` to Python in SWIG bindingsJonas Devlieghere2023-01-121-0/+4
* [lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-2/+2
* [lldb] Allow configuring on Windows with python interpreter within a junctionMarkus Böck2023-01-061-2/+4
* [lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata2022-12-051-4/+4
* [NFC] Make headers self-contained.Jordan Rupprecht2022-11-291-0/+2
* Reland "[lldb] Fix SBFileSpec.fullpath"Dave Lee2022-11-211-12/+1
* Revert "[lldb] Fix SBFileSpec.fullpath"Dave Lee2022-11-211-1/+12
* [lldb] Fix SBFileSpec.fullpathDave Lee2022-11-211-12/+1
* [lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani2022-11-181-22/+4
* [lldb] Revert SBFileSpec.fullpath path separator fixDave Lee2022-11-121-1/+1
* [lldb] Fix SBFileSpec.fullpath for WindowsDave Lee2022-11-111-1/+1
* [lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB docsMichael Buch2022-10-283-4/+7
* [lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya2022-10-192-0/+30
* [lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova2022-09-301-1/+1
* [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2022-09-302-5/+0
* [lldb] Use SWIG_fail in python-typemaps.swig (NFC)Dave Lee2022-09-161-27/+27
* [Formatters][NFCI] Replace 'is_regex' arguments with an enum.Jorge Gorbe Moya2022-09-131-0/+6
* [lldb] Fixed a number of typosGabriel Ravier2022-09-132-5/+5
* Add the ability to show when variables fails to be available when debug info ...Greg Clayton2022-09-121-0/+2
* Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova2022-09-121-2/+0
* Add SBDebugger::GetSetting() public APIsJeffrey Tan2022-09-111-0/+2
* Add the ability to show when variables fails to be available when debug info ...Greg Clayton2022-09-091-0/+2
* Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova2022-09-061-5/+5
* [lldb][bindings] Fix module_access handling of regexDave Lee2022-09-031-5/+5