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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2829   if (SendPacketAndWaitForResponse(stream.GetString(), response, false) ==
 2831     if (response.GetChar() != 'F')
 2833     if (response.GetChar() != ',')
 2835     uint32_t exitcode = response.GetHexMaxU32(false, UINT32_MAX);
 2840     if (response.GetChar() != ',')
 2842     uint32_t signo = response.GetHexMaxU32(false, UINT32_MAX);
 2845     if (response.GetChar() != ',')
 2848     response.GetEscapedBinaryData(output);