Searched refs:GetStatusFromMethod (Results 1 – 6 of 6) sorted by relevance
83 return GetStatusFromMethod("attach_to_process"); in AttachToProcess()89 return GetStatusFromMethod("launch_process"); in LaunchProcess()93 return GetStatusFromMethod("kill_process", pid); in KillProcess()
63 return GetStatusFromMethod("attach", attach_info_sp); in Attach()67 return GetStatusFromMethod("launch"); in Launch()72 return GetStatusFromMethod("resume", /*should_stop=*/true); in Resume()
295 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod() function