summaryrefslogtreecommitdiff
path: root/lldb/bindings/python
AgeCommit message (Expand)Author
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath
2021-12-16[lldb] (Semi-automatically) format .swig filesPavel Labath
2021-12-14[lldb/python] Plug SBStructuredData leaksPavel Labath
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-12-02[lldb] add fallback for LLDB_PYTHON_RELATIVE_PATHLawrence D'Anna
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath
2021-11-23[lldb] Move create_relative_symlink function up in CMake hierarchyDimitry Andric
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath
2021-11-18[lldb] Deobfuscate python-swigsafecast.swigPavel Labath
2021-11-17[lldb] remove usage of distutils, fix python path on debian/ubuntuLawrence D'Anna
2021-11-17[lldb] build failure for LLDB_PYTHON_EXE_RELATIVE_PATH on greendragonLawrence D'Anna
2021-11-16[lldb] use EXT_SUFFIX for python extensionLawrence D'Anna
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani
2021-03-24Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"Med Ismail Bennani
2021-03-24[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-24Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"David Zarzycki
2021-03-23[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-23[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleMed Ismail Bennani
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-03-10[lldb] Ignore linkage diagnostic for LLDBSwigPythonBreakpointCallbackFunction...Dave Lee
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-01[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleMed Ismail Bennani
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-02-05[lldb] Emit type annotation in SWIG generated Python code.Jonas Devlieghere
2021-01-19[lldb][docs] Add a doc page for enums and constantsRaphael Isemann
2021-01-17[lldb][docs] Cleanup the Python doc strings for SB API classesRaphael Isemann
2021-01-15[lldb][docs] Translate ASCII art to restructured text formattingRaphael Isemann
2020-09-29Fix use of wrong printf format specifier for size_t argument.Richard Smith
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25[lldb/bindings] Fix -Wformat after D88123Fangrui Song
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2020-08-22Create ${swig_target}-scripts target instead of lldb-python-scriptsAntónio Afonso
2020-08-22Move Py_buffer_RAII to .h file so SWIG 2 doesnt have to parse itAntónio Afonso
2020-08-21Fix swig scripts install target nameAntónio Afonso
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-08-12[lldb] Fix relative imports and set the appropriate include dirsJonas Devlieghere
2020-08-11[lldb/CMake] Separate CMake code for Lua and Python (NFC)Jonas Devlieghere
2020-07-20[lldb] Make sure we don't leak SBThreadPlan pointer (NFCI)Jonas Devlieghere
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-04-07Fix illegal early call to PyBuffer_Release in swig typemapsLawrence D'Anna
2020-01-14[lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...Raphael Isemann