Home
last modified time | relevance | path

Searched refs:ScriptedThreadPythonInterface (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp28 ScriptedThreadPythonInterface::ScriptedThreadPythonInterface( in ScriptedThreadPythonInterface() function in ScriptedThreadPythonInterface
32 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject()
65 lldb::tid_t ScriptedThreadPythonInterface::GetThreadID() { in GetThreadID()
75 std::optional<std::string> ScriptedThreadPythonInterface::GetName() { in GetName()
85 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState()
95 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue()
105 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetStopReason() { in GetStopReason()
116 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames()
127 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetRegisterInfo() { in GetRegisterInfo()
138 std::optional<std::string> ScriptedThreadPythonInterface::GetRegisterContext() { in GetRegisterContext()
[all …]
H A DScriptedThreadPythonInterface.h21 class ScriptedThreadPythonInterface : public ScriptedThreadInterface,
24 ScriptedThreadPythonInterface(ScriptInterpreterPythonImpl &interpreter);
H A DCMakeLists.txt22 ScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp188 return std::make_shared<ScriptedThreadPythonInterface>(m_interpreter); in CreateScriptedThreadInterface()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4507 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp
4508 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h