Home
last modified time | relevance | path

Searched defs:max_packet_size (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1379 constexpr uint32_t max_packet_size = 128 * 1024; in HandleFeatures() local
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3568 uint32_t max_packet_size = 128 * 1024; // 128KBytes is a reasonable max packet HandlePacket_qSupported() local