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
 1211   response.Printf("pid:%" PRIx64 ";parent-pid:%" PRIx64
 1236     response.PutCString("triple:");
 1237     response.PutStringAsRawHex8(proc_triple.getTriple());
 1238     response.PutChar(';');
 1255     response.Printf("ostype:%s;", ostype.c_str());
 1259       response.PutCString("endian:little;");
 1262       response.PutCString("endian:big;");
 1265       response.PutCString("endian:pdp;");
 1275       response.Printf("elf_abi:%s;", abi.c_str());
 1276     response.Printf("ptrsize:%d;", proc_arch.GetAddressByteSize());