Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DThreadIdsInJstopinfoTest.cpp37 ASSERT_THAT_ERROR(Client->ListThreadsInStopReply(), Succeeded()); in TEST_F()
DTestClient.h56 llvm::Error ListThreadsInStopReply();
DTestClient.cpp151 Error TestClient::ListThreadsInStopReply() { in ListThreadsInStopReply() function in TestClient