Home
last modified time | relevance | path

Searched refs:exit_string (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2565 std::string exit_string; in DoDestroy() local
2606 exit_string.assign("got unexpected response to k packet: "); in DoDestroy()
2607 exit_string.append(std::string(response.GetStringRef())); in DoDestroy()
2611 exit_string.assign("failed to send the k packet"); in DoDestroy()
2617 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()
2623 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()
2626 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()