Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
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
DTestClient.cpp174 assert(m_stop_reply); in GetLatestStopReply()
175 return *m_stop_reply; in GetLatestStopReply()
262 m_stop_reply = std::move(*StopReplyOr); in Continue()
263 if (!isa<StopReplyStop>(m_stop_reply)) { in Continue()