Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp855 OptionGroupUInt64 m_command_byte; member in CommandObjectProcessKDPPacketSend
870 m_command_byte(LLDB_OPT_SET_1, true, "command", 'c', 0, eArgTypeNone, in CommandObjectProcessKDPPacketSend()
878 m_option_group.Append(&m_command_byte, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessKDPPacketSend()
886 if (!m_command_byte.GetOptionValue().OptionWasSet()) { in DoExecute()
891 m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()