Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp299 int echo_packet_len = 0; in WaitForPacketNoLock() local
303 echo_packet_len = ::snprintf(echo_packet, sizeof(echo_packet), in WaitForPacketNoLock()
310 echo_packet_len = in WaitForPacketNoLock()
317 SendPacketNoLock(llvm::StringRef(echo_packet, echo_packet_len)); in WaitForPacketNoLock()