Home
last modified time | relevance | path

Searched refs:m_stop_reply (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.h64 assert(m_stop_reply); in GetLatestStopReplyAs()
65 if (const auto *Reply = llvm::dyn_cast<T>(m_stop_reply.get())) in GetLatestStopReplyAs()
68 llvm::formatv("Unexpected Stop Reply {0}", m_stop_reply->getKind()), in GetLatestStopReplyAs()
96 std::unique_ptr<StopReply> m_stop_reply; variable
H A DTestClient.cpp173 assert(m_stop_reply); in GetLatestStopReply()
174 return *m_stop_reply; in GetLatestStopReply()
261 m_stop_reply = std::move(*StopReplyOr); in Continue()
262 if (!isa<StopReplyStop>(m_stop_reply)) { in Continue()