Searched refs:OperatingSystemPythonInterface (Results 1 – 3 of 3) sorted by relevance
28 OperatingSystemPythonInterface::OperatingSystemPythonInterface( in OperatingSystemPythonInterface() function in OperatingSystemPythonInterface33 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject()41 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, in CreateThread()54 StructuredData::ArraySP OperatingSystemPythonInterface::GetThreadInfo() { in GetThreadInfo()66 StructuredData::DictionarySP OperatingSystemPythonInterface::GetRegisterInfo() { in GetRegisterInfo()71 OperatingSystemPythonInterface::GetRegisterContextForTID(lldb::tid_t tid) { in GetRegisterContextForTID()
21 class OperatingSystemPythonInterface25 OperatingSystemPythonInterface(ScriptInterpreterPythonImpl &interpreter);
17 #include "Interfaces/OperatingSystemPythonInterface.h"1548 return std::make_shared<OperatingSystemPythonInterface>(*this); in CreateStructuredDataFromScriptObject()