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

Declarations

tools/lldb/include/lldb/Utility/StringExtractorGDBRemote.h
  192   uint8_t GetError();

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  809       uint8_t error = response.GetError();
  859           uint8_t error = response.GetError();
  873         uint8_t error = response.GetError();
  893       uint8_t error = response.GetError();
  918         uint8_t error = response.GetError();
 1329         return response.GetError();
 1346   return response.GetError();
 1762       uint8_t error = response.GetError();
 1782       uint8_t error = response.GetError();
 1802       uint8_t error = response.GetError();
 1838       uint8_t error = response.GetError();
 1857     uint8_t error = response.GetError();
 1875     uint8_t error = response.GetError();
 2710       return response.GetError();
 3398         response.GetError());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3797                     response.GetError() == 0x87) {
 4917     if (response.GetError() == 1) {