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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1919 std::string exit_string; local
1944 exit_string.assign("got unexpected response to k packet: ");
1945 exit_string.append(response.GetStringRef());
1952 exit_string.assign("failed to send the k packet");
1961 exit_string.assign ("killed or interrupted while attaching.");
1968 exit_string.assign("destroying when not connected to debugserver");
1971 SetExitStatus(exit_status, exit_string.c_str());

Completed in 135 milliseconds