Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DLLGSTest.cpp34 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()
52 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()
DThreadIdsInJstopinfoTest.cpp45 auto stop_reply = Client->GetLatestStopReplyAs<StopReplyStop>(); in TEST_F()
DTestClient.h63 template <typename T> llvm::Expected<const T &> GetLatestStopReplyAs() { in GetLatestStopReplyAs() function