aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani1-0/+11
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani1-1/+8
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-1/+0
2022-01-24[lldb/Plugins] Fix ScriptedThread IndexID reportingMed Ismail Bennani1-1/+1
2022-01-24[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani1-5/+10
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-2/+2
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath1-5/+1
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani1-6/+10
2021-10-08[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)Med Ismail Bennani1-7/+7
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani1-0/+136