Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp81 return GetStatusFromMethod("attach_to_process"); in AttachToProcess()
87 return GetStatusFromMethod("launch_process"); in LaunchProcess()
91 return GetStatusFromMethod("kill_process", pid); in KillProcess()
H A DScriptedProcessPythonInterface.cpp62 return GetStatusFromMethod("attach", attach_info_sp); in Attach()
66 return GetStatusFromMethod("launch"); in Launch()
71 return GetStatusFromMethod("resume", /*should_stop=*/true); in Resume()
H A DScriptedPythonInterface.h292 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod() function