Searched defs:m_command_byte (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp957 OptionGroupUInt64 m_command_byte; member in class:CommandObjectProcessKDPPacketSend
974 m_command_byte(LLDB_OPT_SET_1, true , "command", 'c', 0, eArgTypeNone, "Specify the command byte to use when sending the KDP request packet.", 0),
977 m_option_group.Append (&m_command_byte, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
992 if (!m_command_byte.GetOptionValue().OptionWasSet())
999 const uint64_t command_byte = m_command_byte.GetOptionValue().GetUInt64Value(0);

Completed in 245 milliseconds