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
 1237     response.PutStringAsRawHex8(proc_triple.getTriple());
 1240     std::string ostype = proc_triple.getOSName();
 1242     if (proc_triple.getVendor() == llvm::Triple::Apple) {
 1243       switch (proc_triple.getArch()) {