summaryrefslogtreecommitdiff
path: root/lldb/bindings/python
Commit message (Expand)AuthorAgeFilesLines
* [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] Improve breakpoint management for interactive scripted processMed Ismail Bennani2023-04-251-0/+12
* [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] Replace SB swig interfaces with API headersAlex Langford2023-02-161-0/+27
* [lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani2023-02-031-0/+10
* [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
* [lldb] Add ScriptedPlatform python implementationMed Ismail Bennani2023-01-122-45/+10
* [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
* [lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani2022-11-181-22/+4
* [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] Use SWIG_fail in python-typemaps.swig (NFC)Dave Lee2022-09-161-27/+27
* [lldb] Remove uses of six module (NFC)Dave Lee2022-08-111-2/+0
* [lldb] Add missing UTF-8 char basic type entriesLuís Ferreira2022-06-131-0/+1
* [lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani2022-02-161-0/+1
* [lldb] Call __lldb_init_module from __init__Dave Lee2022-02-071-0/+8
* [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-162-1138/+1012
* [lldb/python] Plug SBStructuredData leaksPavel Labath2021-12-142-36/+18
* [lldb] Clarify StructuredDataImpl ownershipPavel Labath2021-12-131-11/+16
* [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
* [lldb] Move create_relative_symlink function up in CMake hierarchyDimitry Andric2021-11-231-14/+0
* [lldb] Fix [some] leaks in python bindingsPavel Labath2021-11-222-107/+64
* [lldb] Deobfuscate python-swigsafecast.swigPavel Labath2021-11-182-165/+72
* [lldb] remove usage of distutils, fix python path on debian/ubuntuLawrence D'Anna2021-11-171-2/+12
* [lldb] build failure for LLDB_PYTHON_EXE_RELATIVE_PATH on greendragonLawrence D'Anna2021-11-171-2/+4
* [lldb] use EXT_SUFFIX for python extensionLawrence D'Anna2021-11-162-10/+3
* [lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna2021-11-161-0/+47
* [lldb] make it easier to find LLDB's pythonLawrence D'Anna2021-11-102-0/+34
* [lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani2021-11-101-15/+11
* [lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani2021-10-081-0/+16
* [lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani2021-10-081-0/+57