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

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4148     response.SetResponseValidatorToJSON();
 4149     if (m_gdb_comm.SendPacketAndWaitForResponse(packet.GetString(), response,
 4153           response.GetResponseType();
 4155         if (!response.Empty()) {
 4156           object_sp = StructuredData::ParseJSON(response.GetStringRef());