Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp31 OperatingSystemPythonInterface::OperatingSystemPythonInterface( in OperatingSystemPythonInterface() function in OperatingSystemPythonInterface
36 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()
H A DScriptInterpreterPythonInterfaces.cpp28 OperatingSystemPythonInterface::Initialize(); in Initialize()
36 OperatingSystemPythonInterface::Terminate(); in Terminate()
H A DOperatingSystemPythonInterface.h22 class OperatingSystemPythonInterface
27 OperatingSystemPythonInterface(ScriptInterpreterPythonImpl &interpreter);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1565 return std::make_shared<OperatingSystemPythonInterface>(*this); in CreateOperatingSystemInterface()