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

Declarations

tools/lldb/unittests/tools/lldb-server/tests/TestClient.h
   78   llvm::Expected<typename P::result_type> SendMessage(llvm::StringRef Message,

References

tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  170   return SendMessage<JThreadsInfo>("jThreadsInfo", m_register_infos);
  214   auto InfoOr = SendMessage<ProcessInfo>("qProcessInfo");
  224     Expected<RegisterInfo> InfoOr = SendMessage<RegisterInfoParser>(Message);
  250   auto StopReplyOr = SendMessage<StopReply>(