Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp58 return GetStatusFromMethod("launch"); in Launch()
62 return GetStatusFromMethod("resume"); in Resume()
76 return GetStatusFromMethod("stop"); in Stop()
79 Status ScriptedProcessPythonInterface::GetStatusFromMethod( in GetStatusFromMethod() function in ScriptedProcessPythonInterface
H A DScriptedProcessPythonInterface.h56 Status GetStatusFromMethod(llvm::StringRef method_name);