aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani1-2/+10
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani1-0/+11
2022-03-04[lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani1-3/+15
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-1/+0
2022-01-24[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani1-4/+1
2022-01-24[lldb/Plugins] Move ScriptedThreadInterface to ScriptedThreadMed Ismail Bennani1-6/+2
2022-01-24[lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interfaceMed Ismail Bennani1-0/+11
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-2/+2
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath1-5/+1
2021-10-08[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)Med Ismail Bennani1-6/+6
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani1-4/+11
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani1-50/+28
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani1-208/+86
2021-07-22[lldb/Interpreter] Conform ScriptedProcessPythonInterface to SWIG python typesMed Ismail Bennani1-18/+30
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani1-5/+12
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+287
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-287/+0
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+287