Searched refs:exit_string (Results 1 – 4 of 4) sorted by relevance
433 const std::string& exit_string, in ConstructErrorString() argument442 exit_string; in ConstructErrorString()
2538 std::string exit_string; in DoDestroy() local2579 exit_string.assign("got unexpected response to k packet: "); in DoDestroy()2580 exit_string.append(std::string(response.GetStringRef())); in DoDestroy()2584 exit_string.assign("failed to send the k packet"); in DoDestroy()2590 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()2596 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()2599 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()