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
  506   packet.SetFilePos(::strlen("vFile:open:"));
  508   packet.GetHexByteStringTerminatedBy(path, ',');
  510     if (packet.GetChar() == ',') {
  515       auto flags = File::OpenOptions(packet.GetHexMaxU32(false, 0));
  516       if (packet.GetChar() == ',') {
  517         mode_t mode = packet.GetHexMaxU32(false, 0600);