Searched refs:OperatingSystemPythonInterface (Results 1 – 4 of 4) sorted by relevance
31 OperatingSystemPythonInterface::OperatingSystemPythonInterface( in OperatingSystemPythonInterface() function in OperatingSystemPythonInterface36 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject()44 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, in CreateThread()57 StructuredData::ArraySP OperatingSystemPythonInterface::GetThreadInfo() { in GetThreadInfo()69 StructuredData::DictionarySP OperatingSystemPythonInterface::GetRegisterInfo() { in GetRegisterInfo()74 OperatingSystemPythonInterface::GetRegisterContextForTID(lldb::tid_t tid) { in GetRegisterContextForTID()85 std::optional<bool> OperatingSystemPythonInterface::DoesPluginReportAllThreads() { in DoesPluginReportAllThreads()95 void OperatingSystemPythonInterface::Initialize() { in Initialize()105 void OperatingSystemPythonInterface::Terminate() { in Terminate()
28 OperatingSystemPythonInterface::Initialize(); in Initialize()36 OperatingSystemPythonInterface::Terminate(); in Terminate()
22 class OperatingSystemPythonInterface27 OperatingSystemPythonInterface(ScriptInterpreterPythonImpl &interpreter);
1565 return std::make_shared<OperatingSystemPythonInterface>(*this); in CreateOperatingSystemInterface()