aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings
AgeCommit message (Expand)AuthorFilesLines
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-13[lldb] Add missing UTF-8 char basic type entriesLuís Ferreira1-0/+1
2022-06-11[lldb][bindings] Implement __repr__ instead of __str__Dave Lee1-2/+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/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani1-0/+1
2022-02-16[lldb/API] Add a way to check if the CommandInterpreter is interactiveMed Ismail Bennani1-0/+3
2022-02-07[lldb] Call __lldb_init_module from __init__Dave Lee1-0/+8
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
2022-01-27[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny1-0/+6
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani1-0/+7
2022-01-19[lldb] Introduce SBPlatform::SetSDKRootPavel Labath1-0/+3
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-83/+53
2022-01-15[CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`paperchalice1-1/+1
2022-01-07[lldb] Remove lldbconfig moduleJonas Devlieghere1-8/+1
2022-01-04[lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath2-21/+41
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath2-62/+48
2021-12-20[lldb/python] Fix a compile error in 7406d236d8Pavel Labath1-1/+1
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath2-57/+39
2021-12-16[lldb] (Semi-automatically) format .swig filesPavel Labath5-1355/+1207
2021-12-14[lldb/python] Plug SBStructuredData leaksPavel Labath2-36/+18
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath2-17/+20
2021-12-13[lldb/API] Add SetDataWithOwnership method to SBDataMed Ismail Bennani1-0/+4
2021-12-06[lldb] Remove extern "C" from lldb-swig-lua interfacePavel Labath2-23/+7
2021-12-02[lldb] add fallback for LLDB_PYTHON_RELATIVE_PATHLawrence D'Anna1-2/+12
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath2-118/+77
2021-11-24Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan1-0/+3
2021-11-23[formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc1-0/+3
2021-11-23[lldb] Move create_relative_symlink function up in CMake hierarchyDimitry Andric2-14/+14
2021-11-22[formatters] Add a formatter for libstdc++ optionalWalter Erquinigo1-0/+3
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath2-107/+64
2021-11-18[lldb] Deobfuscate python-swigsafecast.swigPavel Labath2-165/+72
2021-11-17[lldb] remove usage of distutils, fix python path on debian/ubuntuLawrence D'Anna1-2/+12
2021-11-17[lldb] build failure for LLDB_PYTHON_EXE_RELATIVE_PATH on greendragonLawrence D'Anna1-2/+4
2021-11-16[lldb] use EXT_SUFFIX for python extensionLawrence D'Anna2-10/+3
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna1-0/+47