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

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

Completed in 129 milliseconds