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

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
   63   PacketResult SendErrorResponse(const Status &error);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  124     return SendErrorResponse(Status(llvm::Error(std::move(EIB))));
  127   return SendErrorResponse(Status("Unknown Error"));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1089     return SendErrorResponse(error);
 1126     return SendErrorResponse(error);
 1169     return SendErrorResponse(error);
 1245     return SendErrorResponse(error);
 3004     return SendErrorResponse(error);
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
   32   server.SendErrorResponse(status);