Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp123 std::future<DataBufferSP> read_result = std::async( in TEST_F() local
126 auto buffer_sp = read_result.get(); in TEST_F()
131 read_result = std::async(std::launch::async, in TEST_F()
134 buffer_sp = read_result.get(); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp63 PacketResult read_result = ReadPacket(response, computed_timeout, false); in SendContinuePacketAndWaitForResponse() local
67 switch (read_result) { in SendContinuePacketAndWaitForResponse()