Searched refs:m_max_recv (Results 1 – 1 of 1) sorted by relevance
5107 m_max_recv(LLDB_OPT_SET_1, false, "max-receive", 'r', 0, eArgTypeCount, in CommandObjectProcessGDBRemoteSpeedTest()5116 m_option_group.Append(&m_max_recv, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()5139 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()5161 OptionGroupUInt64 m_max_recv; member in CommandObjectProcessGDBRemoteSpeedTest