Home
last modified time | relevance | path

Searched refs:OperatingSystemPythonInterface (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp28 OperatingSystemPythonInterface::OperatingSystemPythonInterface( in OperatingSystemPythonInterface() function in OperatingSystemPythonInterface
33 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()
H A DOperatingSystemPythonInterface.h21 class OperatingSystemPythonInterface
25 OperatingSystemPythonInterface(ScriptInterpreterPythonImpl &interpreter);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp17 #include "Interfaces/OperatingSystemPythonInterface.h"
1548 return std::make_shared<OperatingSystemPythonInterface>(*this); in CreateStructuredDataFromScriptObject()