Searched refs:m_max_send (Results 1 – 1 of 1) sorted by relevance
5429 m_max_send(LLDB_OPT_SET_1, false, "max-send", 's', 0, eArgTypeCount, in CommandObjectProcessGDBRemoteSpeedTest()5442 m_option_group.Append(&m_max_send, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()5467 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()5488 OptionGroupUInt64 m_max_send; member in CommandObjectProcessGDBRemoteSpeedTest