Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp56 return GetStatusFromMethod("launch"); in Launch()
60 return GetStatusFromMethod("resume"); in Resume()
74 return GetStatusFromMethod("stop"); in Stop()
H A DScriptedPythonInterface.cpp30 ScriptedPythonInterface::GetStatusFromMethod(llvm::StringRef method_name) { in GetStatusFromMethod() function in ScriptedPythonInterface
H A DScriptedPythonInterface.h111 Status GetStatusFromMethod(llvm::StringRef method_name);