Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedPlatformPythonInterface.cpp28 ScriptedPlatformPythonInterface::ScriptedPlatformPythonInterface( in ScriptedPlatformPythonInterface() function in ScriptedPlatformPythonInterface
32 StructuredData::GenericSP ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject()
57 StructuredData::DictionarySP ScriptedPlatformPythonInterface::ListProcesses() { in ListProcesses()
75 ScriptedPlatformPythonInterface::GetProcessInfo(lldb::pid_t pid) { in GetProcessInfo()
92 Status ScriptedPlatformPythonInterface::AttachToProcess( in AttachToProcess()
98 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess()
104 Status ScriptedPlatformPythonInterface::KillProcess(lldb::pid_t pid) { in KillProcess()
DScriptedPlatformPythonInterface.h20 class ScriptedPlatformPythonInterface : public ScriptedPlatformInterface,
23 ScriptedPlatformPythonInterface(ScriptInterpreterPythonImpl &interpreter);
DCMakeLists.txt23 ScriptedPlatformPythonInterface.cpp
DScriptInterpreterPython.cpp418 std::make_unique<ScriptedPlatformPythonInterface>(*this); in ScriptInterpreterPythonImpl()