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