Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp194 if (m_max_packet_size == 0) { in GetRemoteMaxPacketSize()
197 return m_max_packet_size; in GetRemoteMaxPacketSize()
321 m_max_packet_size = 0; in ResetDiscoverableSettings()
350 m_max_packet_size = UINT64_MAX; // It's supposed to always be there, but if in GetRemoteQSupported()
421 m_max_packet_size = in GetRemoteQSupported()
423 if (m_max_packet_size == 0) { in GetRemoteQSupported()
424 m_max_packet_size = UINT64_MAX; // Must have been a garbled response in GetRemoteQSupported()
H A DGDBRemoteCommunicationClient.h610 uint64_t m_max_packet_size = 0; // as returned by qSupported variable