Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h48 PacketResult SendPacketAndReceiveResponseWithOutputSupport(
DGDBRemoteClientBase.cpp173 GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport( in SendPacketAndReceiveResponseWithOutputSupport() function in GDBRemoteClientBase
DProcessGDBRemote.cpp5317 process->GetGDBRemote().SendPacketAndReceiveResponseWithOutputSupport( in DoExecute()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp343 TEST_F(GDBRemoteClientBaseTest, SendPacketAndReceiveResponseWithOutputSupport) { in TEST_F() argument
354 PacketResult result = client.SendPacketAndReceiveResponseWithOutputSupport( in TEST_F()