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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1190         port_cstr[0] = '\0';
 1191         size_t num_bytes = sizeof(port_cstr);
 1194             port_cstr, num_bytes, std::chrono::seconds{10}, num_bytes);
 1196           assert(num_bytes > 0 && port_cstr[num_bytes - 1] == '\0');
 1197           uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0);