Searched refs:exit_string (Results 1 – 1 of 1) sorted by relevance
2357 std::string exit_string; in DoDestroy() local2385 exit_string.assign("killed"); in DoDestroy()2387 exit_string.assign(llvm::toString(kill_res.takeError())); in DoDestroy()2390 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()2396 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()2399 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()