Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp30 ScriptedPlatformPythonInterface::ScriptedPlatformPythonInterface( in ScriptedPlatformPythonInterface() function in ScriptedPlatformPythonInterface
35 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject()
45 StructuredData::DictionarySP ScriptedPlatformPythonInterface::ListProcesses() { in ListProcesses()
63 ScriptedPlatformPythonInterface::GetProcessInfo(lldb::pid_t pid) { in GetProcessInfo()
80 Status ScriptedPlatformPythonInterface::AttachToProcess( in AttachToProcess()
86 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess()
92 Status ScriptedPlatformPythonInterface::KillProcess(lldb::pid_t pid) { in KillProcess()
H A DScriptedPlatformPythonInterface.h20 class ScriptedPlatformPythonInterface : public ScriptedPlatformInterface,
23 ScriptedPlatformPythonInterface(ScriptInterpreterPythonImpl &interpreter);