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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h563 uint64_t m_max_packet_size; // as returned by qSupported member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp98 m_max_packet_size(0), m_qSupported_response(),
196 if (m_max_packet_size == 0) {
199 return m_max_packet_size;
317 m_max_packet_size = 0;
338 m_max_packet_size = UINT64_MAX; // It's supposed to always be there, but if
433 m_max_packet_size =
435 if (m_max_packet_size == 0) {
436 m_max_packet_size = UINT64_MAX; // Must have been a garbled response

Completed in 68 milliseconds