summaryrefslogtreecommitdiff
path: root/lldb/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton2022-08-221-0/+4
* [lldb] Remove uses of six module (NFC)Dave Lee2022-08-112-3/+1
* [trace] Add SBTraceCursor bindingsJakob Johnson2022-08-023-0/+61
* [LLDB] Add SBInstruction::GetControlFlowKind()Jakob Johnson2022-08-021-0/+3
* [trace] Add an option to save a compact trace bundleWalter Erquinigo2022-07-131-0/+2
* [lldb] add SBSection.alignment to python bindingsDavid M. Lary2022-07-121-0/+4
* Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath2022-07-121-4/+0
* [lldb] add SBSection.alignment to python bindingsPavel Labath2022-07-121-0/+4
* Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson2022-06-201-0/+2
* [lldb] Add missing UTF-8 char basic type entriesLuís Ferreira2022-06-131-0/+1
* [lldb][bindings] Implement __repr__ instead of __str__Dave Lee2022-06-111-2/+2
* Pass plugin_name in SBProcess::SaveCoreLevon2022-06-091-0/+3
* [lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani2022-05-131-2/+2
* [lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani2022-05-121-0/+16
* [lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere2022-04-071-0/+2
* [lldb] Expose diagnostic events through the SB APIJonas Devlieghere2022-03-161-1/+5
* Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham2022-03-141-0/+3
* [lldb] Add SBType::IsAggregateTypeDave Lee2022-03-091-0/+12
* Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event li...Med Ismail Bennani2022-02-251-7/+4
* Revert "[lldb/test] Fix TestProgressReporting.py race issue with the event li...Michael Forster2022-02-251-4/+7
* [lldb/test] Fix TestProgressReporting.py race issue with the event listenerMed Ismail Bennani2022-02-231-7/+4
* [lldb/bindings] Expose the progress reporting machinery to the SWIG interfaceMed Ismail Bennani2022-02-181-0/+16
* [lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani2022-02-161-0/+1
* [lldb/API] Add a way to check if the CommandInterpreter is interactiveMed Ismail Bennani2022-02-161-0/+3
* [lldb] Call __lldb_init_module from __init__Dave Lee2022-02-071-0/+8
* [lldb] [gdb-remote] Support getting siginfo via APIMichał Górny2022-01-281-0/+6
* Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny2022-01-281-6/+0
* [lldb] [gdb-remote] Support getting siginfo via APIMichał Górny2022-01-271-0/+6
* [lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani2022-01-261-0/+7
* [lldb] Introduce SBPlatform::SetSDKRootPavel Labath2022-01-191-0/+3
* [lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath2022-01-181-83/+53
* [CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`paperchalice2022-01-151-1/+1
* [lldb] Remove lldbconfig moduleJonas Devlieghere2022-01-071-8/+1
* [lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath2022-01-042-21/+41
* [lldb/python] Avoid more dangling pointers in python glue codePavel Labath2021-12-222-62/+48
* [lldb/python] Fix a compile error in 7406d236d8Pavel Labath2021-12-201-1/+1
* [lldb/python] Fix (some) dangling pointers in our glue codePavel Labath2021-12-202-57/+39
* [lldb] (Semi-automatically) format .swig filesPavel Labath2021-12-165-1355/+1207
* [lldb/python] Plug SBStructuredData leaksPavel Labath2021-12-142-36/+18
* [lldb] Clarify StructuredDataImpl ownershipPavel Labath2021-12-132-17/+20
* [lldb/API] Add SetDataWithOwnership method to SBDataMed Ismail Bennani2021-12-131-0/+4
* [lldb] Remove extern "C" from lldb-swig-lua interfacePavel Labath2021-12-062-23/+7
* [lldb] add fallback for LLDB_PYTHON_RELATIVE_PATHLawrence D'Anna2021-12-021-2/+12
* [lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath2021-11-302-118/+77
* Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan2021-11-241-0/+3
* [formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc2021-11-231-0/+3
* [lldb] Move create_relative_symlink function up in CMake hierarchyDimitry Andric2021-11-232-14/+14
* [formatters] Add a formatter for libstdc++ optionalWalter Erquinigo2021-11-221-0/+3
* [lldb] Fix [some] leaks in python bindingsPavel Labath2021-11-222-107/+64
* [lldb] Deobfuscate python-swigsafecast.swigPavel Labath2021-11-182-165/+72