Searched refs:GetStatusFromMethod (Results 1 – 3 of 3) sorted by relevance
81 return GetStatusFromMethod("attach_to_process"); in AttachToProcess()87 return GetStatusFromMethod("launch_process"); in LaunchProcess()91 return GetStatusFromMethod("kill_process", pid); in KillProcess()
62 return GetStatusFromMethod("attach", attach_info_sp); in Attach()66 return GetStatusFromMethod("launch"); in Launch()71 return GetStatusFromMethod("resume", /*should_stop=*/true); in Resume()
292 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod() function