Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp256 auto StopReplyOr = SendMessage<StopReply>( in Continue() local
258 if (!StopReplyOr) in Continue()
259 return StopReplyOr.takeError(); in Continue()
261 m_stop_reply = std::move(*StopReplyOr); in Continue()