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

References

tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  174   assert(m_stop_reply);
  175   return *m_stop_reply;
  255   m_stop_reply = std::move(*StopReplyOr);
  256   if (!isa<StopReplyStop>(m_stop_reply)) {
tools/lldb/unittests/tools/lldb-server/tests/TestClient.h
   64     assert(m_stop_reply);
   65     if (const auto *Reply = llvm::dyn_cast<T>(m_stop_reply.get()))
   68         llvm::formatv("Unexpected Stop Reply {0}", m_stop_reply->getKind()),