Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4888 m_max_send(LLDB_OPT_SET_1, false, "max-send", 's', 0, eArgTypeCount, in CommandObjectProcessGDBRemoteSpeedTest()
4901 m_option_group.Append(&m_max_send, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()
4924 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
4946 OptionGroupUInt64 m_max_send; member in CommandObjectProcessGDBRemoteSpeedTest