Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectMemory.cpp314 m_outfile_options (), in CommandObjectMemoryRead()
358 …m_option_group.Append (&m_outfile_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1 | LLDB_OPT_SET_2 | LLD… in CommandObjectMemoryRead()
601 !m_outfile_options.AnyOptionWasSet() && in DoExecute()
606 m_outfile_options = m_prev_outfile_options; in DoExecute()
761 m_prev_outfile_options = m_outfile_options; in DoExecute()
767 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
774 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
893 OptionGroupOutputFile m_outfile_options; member in CommandObjectMemoryRead