Searched defs:exit_string (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1918 std::string exit_string; local
1943 exit_string.assign("got unexpected response to k packet: ");
1944 exit_string.append(response.GetStringRef());
1951 exit_string.assign("failed to send the k packet");
1960 exit_string.assign ("killed or interrupted while attaching.");
1967 exit_string.assign("destroying when not connected to debugserver");
1970 SetExitStatus(exit_status, exit_string.c_str());

Completed in 131 milliseconds