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

Declarations

tools/lldb/include/lldb/Utility/StringExtractorGDBRemote.h
  180   ResponseType GetResponseType() const;

References

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  725       response.GetResponseType() != response.eResponse)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  198     if (packet.GetResponseType() ==
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1465         response.GetResponseType() == StringExtractorGDBRemote::eResponse) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  499       response_type = response.GetResponseType();
 4048           response.GetResponseType();
 4120           response.GetResponseType();
 4153           response.GetResponseType();
tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  439   return GetResponseType() == eOK;
  443   return GetResponseType() == eUnsupported;
  447   return GetResponseType() == eResponse;
  451   return GetResponseType() == eError && isxdigit(m_packet[1]) &&
  456   if (GetResponseType() == eError) {
  465   if (GetResponseType() == eError) {
  497   switch (response.GetResponseType()) {
  513   switch (response.GetResponseType()) {
  545   switch (response.GetResponseType()) {