Searched refs:exit_string (Results 1 – 1 of 1) sorted by relevance
2613 std::string exit_string; in DoDestroy() local2655 exit_string.assign("got unexpected response to k packet: "); in DoDestroy()2656 exit_string.append(response.GetStringRef()); in DoDestroy()2661 exit_string.assign("failed to send the k packet"); in DoDestroy()2667 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()2673 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()2676 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()