Home
last modified time | relevance | path

Searched refs:GetStatusFromMethod (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp95 return GetStatusFromMethod("attach_to_process"); in AttachToProcess()
101 return GetStatusFromMethod("launch_process"); in LaunchProcess()
105 return GetStatusFromMethod("kill_process", pid); in KillProcess()
H A DScriptedProcessPythonInterface.cpp60 return GetStatusFromMethod("launch"); in Launch()
64 return GetStatusFromMethod("resume"); in Resume()
78 return GetStatusFromMethod("stop"); in Stop()
H A DScriptedPythonInterface.h104 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod() function