Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp105 m_max_packet_size(0), m_qSupported_response(), in GDBRemoteCommunicationClient()
203 if (m_max_packet_size == 0) { in GetRemoteMaxPacketSize()
206 return m_max_packet_size; in GetRemoteMaxPacketSize()
324 m_max_packet_size = 0; in ResetDiscoverableSettings()
345 m_max_packet_size = UINT64_MAX; // It's supposed to always be there, but if in GetRemoteQSupported()
440 m_max_packet_size = in GetRemoteQSupported()
442 if (m_max_packet_size == 0) { in GetRemoteQSupported()
443 m_max_packet_size = UINT64_MAX; // Must have been a garbled response in GetRemoteQSupported()
DGDBRemoteCommunicationClient.h591 uint64_t m_max_packet_size; // as returned by qSupported variable
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog1101 * RNBRemote.h: Add m_max_packet_size to class defn.