Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectFrame.cpp519 bool dump_variable = true; in DoExecute() local
523 dump_variable = m_option_variable.show_globals; in DoExecute()
524 if (dump_variable && m_option_variable.show_scope) in DoExecute()
529 dump_variable = m_option_variable.show_globals; in DoExecute()
530 if (dump_variable && m_option_variable.show_scope) in DoExecute()
535 dump_variable = m_option_variable.show_args; in DoExecute()
536 if (dump_variable && m_option_variable.show_scope) in DoExecute()
541 dump_variable = m_option_variable.show_locals; in DoExecute()
542 if (dump_variable && m_option_variable.show_scope) in DoExecute()
550 if (dump_variable) in DoExecute()