Lines Matching refs:ScriptedThreadPythonInterface
29 ScriptedThreadPythonInterface::ScriptedThreadPythonInterface( in ScriptedThreadPythonInterface() function in ScriptedThreadPythonInterface
34 ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject()
44 lldb::tid_t ScriptedThreadPythonInterface::GetThreadID() { in GetThreadID()
55 std::optional<std::string> ScriptedThreadPythonInterface::GetName() { in GetName()
66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState()
77 std::optional<std::string> ScriptedThreadPythonInterface::GetQueue() { in GetQueue()
88 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetStopReason() { in GetStopReason()
100 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames()
112 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetRegisterInfo() { in GetRegisterInfo()
124 std::optional<std::string> ScriptedThreadPythonInterface::GetRegisterContext() { in GetRegisterContext()
135 StructuredData::ArraySP ScriptedThreadPythonInterface::GetExtendedInfo() { in GetExtendedInfo()