Searched refs:ScriptedPlatformPythonInterface (Results 1 – 4 of 4) sorted by relevance
28 ScriptedPlatformPythonInterface::ScriptedPlatformPythonInterface( in ScriptedPlatformPythonInterface() function in ScriptedPlatformPythonInterface32 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()
20 class ScriptedPlatformPythonInterface : public ScriptedPlatformInterface,23 ScriptedPlatformPythonInterface(ScriptInterpreterPythonImpl &interpreter);
23 ScriptedPlatformPythonInterface.cpp
418 std::make_unique<ScriptedPlatformPythonInterface>(*this); in ScriptInterpreterPythonImpl()