Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp28 ScriptedPlatformPythonInterface::ScriptedPlatformPythonInterface( in ScriptedPlatformPythonInterface() function in ScriptedPlatformPythonInterface
33 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject()
43 StructuredData::DictionarySP ScriptedPlatformPythonInterface::ListProcesses() { in ListProcesses()
61 ScriptedPlatformPythonInterface::GetProcessInfo(lldb::pid_t pid) { in GetProcessInfo()
78 Status ScriptedPlatformPythonInterface::AttachToProcess( in AttachToProcess()
84 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess()
90 Status ScriptedPlatformPythonInterface::KillProcess(lldb::pid_t pid) { in KillProcess()
H A DScriptedPlatformPythonInterface.h20 class ScriptedPlatformPythonInterface : public ScriptedPlatformInterface,
23 ScriptedPlatformPythonInterface(ScriptInterpreterPythonImpl &interpreter);