summaryrefslogtreecommitdiff
path: root/lldb/bindings/python
AgeCommit message (Expand)Author
2023-12-17[lldb] Use StringRef::starts_with (NFC)Kazu Hirata
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-10-26[lldb] Add OperatingSystem base class to the lldb python moduleMed Ismail Bennani
2023-10-25[lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052)Med Ismail Bennani
2023-10-23[lldb] Move template python files to separate directoryMed Ismail Bennani
2023-09-12[lldb] Format more Python files with black (#65979)David Spickett
2023-08-31Re-land "[lldb/docs] Silence warnings when generating website"Med Ismail Bennani
2023-08-31Revert "Re-land "[lldb/docs] Silence warnings when generating website""Med Ismail Bennani
2023-08-29Re-land "[lldb/docs] Silence warnings when generating website"Med Ismail Bennani
2023-08-29Revert "[lldb/docs] Silence warnings when generating website"Med Ismail Bennani
2023-08-29[lldb/docs] Silence warnings when generating websiteMed Ismail Bennani
2023-08-04[lldb] Bump SWIG minimum version to 4Jonas Devlieghere
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-07-13Remove unnecessary std::moves [NFC]Sterling Augustine
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani
2023-03-27[lldb] Fix double free in python bindings error handling.Jorge Gorbe Moya
2023-03-22[lldb] Update some uses of Python2 API in typemaps.Jorge Gorbe Moya
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan
2023-03-03[lldb/swig] Fix ref counting issue in SBProcess::GetScriptedImplementationMed Ismail Bennani
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-02-16[lldb] Replace SB swig interfaces with API headersAlex Langford
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani
2023-02-02[lldb/python] Fix scripted_platform python module creationMed Ismail Bennani
2023-01-30[lldb/swig] Remove deprecated flags for generating bindingsMed Ismail Bennani
2023-01-24[lldb] Remove legacy six module for py2->py3Jordan Rupprecht
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-06[lldb] Allow configuring on Windows with python interpreter within a junctionMarkus Böck
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-11-29[NFC] Make headers self-contained.Jordan Rupprecht
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-09-30[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova
2022-09-16[lldb] Use SWIG_fail in python-typemaps.swig (NFC)Dave Lee
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-06-13[lldb] Add missing UTF-8 char basic type entriesLuís Ferreira
2022-02-16[lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani
2022-02-07[lldb] Call __lldb_init_module from __init__Dave Lee
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
2022-01-15[CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`paperchalice
2022-01-07[lldb] Remove lldbconfig moduleJonas Devlieghere
2022-01-04[lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath
2021-12-20[lldb/python] Fix a compile error in 7406d236d8Pavel Labath