reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2611           exit_string.assign("got unexpected response to k packet: ");
 2612           exit_string.append(response.GetStringRef());
 2616         exit_string.assign("failed to send the k packet");
 2622       exit_string.assign("killed or interrupted while attaching.");
 2628     exit_string.assign("destroying when not connected to debugserver");
 2631   SetExitStatus(exit_status, exit_string.c_str());