Searched refs:m_command_options (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp55 m_command_options ()
72 m_option_group.Append (&m_command_options);
102 bool prefix_with_altname = (bool)m_command_options.alternate_name;
185 const size_t set_array_size = m_command_options.set_indexes.GetSize();
190 set_idx = m_command_options.set_indexes[i]->GetUInt64Value (UINT32_MAX, NULL);
213 if (m_command_options.dump_all_sets)
219 DumpRegisterSet (m_exe_ctx, strm, reg_ctx, set_idx, !m_command_options.dump_all_sets.GetCurrentValue());
225 if (m_command_options.dump_all_sets)
230 else if (m_command_options.set_indexes.GetSize() > 0)
349 CommandOptions m_command_options; member in class:CommandObjectRegisterRead
[all...]
H A DCommandObjectExpression.cpp202 m_command_options (),
242 m_option_group.Append (&m_command_options);
286 options.SetUnwindOnError(m_command_options.unwind_on_error);
287 options.SetIgnoreBreakpoints (m_command_options.ignore_breakpoints);
290 options.SetTryAllThreads(m_command_options.try_all_threads);
291 options.SetDebug(m_command_options.debug);
293 if (m_command_options.timeout > 0)
294 options.SetTimeoutUsec(m_command_options.timeout);
314 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions(m_command_options.m_verbosity,format));
H A DCommandObjectExpression.h103 CommandOptions m_command_options; member in class:lldb_private::CommandObjectExpression
H A DCommandObjectType.cpp732 CommandOptions m_command_options; member in class:CommandObjectTypeFormatAdd
748 m_command_options ()
790 m_option_group.Append (&m_command_options);
813 if (format == eFormatInvalid && m_command_options.m_custom_type_name.empty())
822 if (m_command_options.m_custom_type_name.empty())
824 TypeFormatImpl::Flags().SetCascades(m_command_options.m_cascade).
825 SetSkipPointers(m_command_options.m_skip_pointers).
826 SetSkipReferences(m_command_options.m_skip_references)));
828 entry.reset(new TypeFormatImpl_EnumType(ConstString(m_command_options.m_custom_type_name.c_str()),
829 TypeFormatImpl::Flags().SetCascades(m_command_options
[all...]

Completed in 48 milliseconds