Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp83 return GetStatusFromMethod("attach_to_process"); in AttachToProcess()
89 return GetStatusFromMethod("launch_process"); in LaunchProcess()
93 return GetStatusFromMethod("kill_process", pid); in KillProcess()
H A DScriptedProcessPythonInterface.cpp63 return GetStatusFromMethod("attach", attach_info_sp); in Attach()
67 return GetStatusFromMethod("launch"); in Launch()
72 return GetStatusFromMethod("resume", /*should_stop=*/true); in Resume()
H A DScriptedPythonInterface.h295 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
H A DScriptedPythonInterface.h