aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
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/+2
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani1-0/+8
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-1/+0
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani1-1/+20
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani1-0/+8
2021-09-03[lldb/Plugins] Move member template specialization out of classMed Ismail Bennani1-0/+27
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani1-0/+38