Searched refs:exit_string (Results 1 – 1 of 1) sorted by relevance
2402 std::string exit_string; in DoDestroy() local2430 exit_string.assign("killed"); in DoDestroy()2432 exit_string.assign(llvm::toString(kill_res.takeError())); in DoDestroy()2435 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()2441 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()2444 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()