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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1182   response.Printf(
 1187   response.PutCString("name:");
 1188   response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetCString());
 1190   response.PutChar(';');
 1191   response.PutCString("args:");
 1192   response.PutStringAsRawHex8(proc_info.GetArg0());
 1194     response.PutChar('-');
 1195     response.PutStringAsRawHex8(arg.ref());
 1198   response.PutChar(';');
 1202     response.PutCString("triple:");
 1203     response.PutStringAsRawHex8(proc_triple.getTriple());
 1204     response.PutChar(';');