Home | History | Annotate | Download | only in Commands

Lines Matching full:m_command_options

54         m_command_options ()
71 m_option_group.Append (&m_command_options);
101 bool prefix_with_altname = m_command_options.alternate_name;
184 const size_t set_array_size = m_command_options.set_indexes.GetSize();
189 set_idx = m_command_options.set_indexes[i]->GetUInt64Value (UINT32_MAX, NULL);
212 if (m_command_options.dump_all_sets)
218 DumpRegisterSet (m_exe_ctx, strm, reg_ctx, set_idx, !m_command_options.dump_all_sets.GetCurrentValue());
224 if (m_command_options.dump_all_sets)
229 else if (m_command_options.set_indexes.GetSize() > 0)
348 CommandOptions m_command_options;