Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp5102 m_max_send(LLDB_OPT_SET_1, false, "max-send", 's', 0, eArgTypeCount, in CommandObjectProcessGDBRemoteSpeedTest()
5115 m_option_group.Append(&m_max_send, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()
5138 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
5160 OptionGroupUInt64 m_max_send; member in CommandObjectProcessGDBRemoteSpeedTest