Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp27 ScriptedThreadPythonInterface::ScriptedThreadPythonInterface( in ScriptedThreadPythonInterface() function in ScriptedThreadPythonInterface
31 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject()
63 lldb::tid_t ScriptedThreadPythonInterface::GetThreadID() { in GetThreadID()
73 llvm::Optional<std::string> ScriptedThreadPythonInterface::GetName() { in GetName()
83 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState()
93 llvm::Optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue()
103 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetStopReason() { in GetStopReason()
114 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames()
125 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetRegisterInfo() { in GetRegisterInfo()
137 ScriptedThreadPythonInterface::GetRegisterContext() { in GetRegisterContext()
H A DScriptedThreadPythonInterface.h20 class ScriptedThreadPythonInterface : public ScriptedThreadInterface,
23 ScriptedThreadPythonInterface(ScriptInterpreterPythonImpl &interpreter);
H A DCMakeLists.txt22 ScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp177 return std::make_shared<ScriptedThreadPythonInterface>(m_interpreter); in CreateScriptedThreadInterface()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4510 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp
4511 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h