Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp49 show_mixed = true; in SetOptionValue()
100 show_mixed = true; in SetOptionValue()
160 show_mixed = false; in OptionParsingStarting()
340 m_options.show_mixed = false; in GetCurrentLineRanges()
487 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()
495 if (m_options.show_mixed) in DoExecute()
526 m_exe_ctx, cur_range.GetBaseAddress(), limit, m_options.show_mixed, in DoExecute()
527 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
H A DCommandObjectDisassemble.h47 bool show_mixed; // Show mixed source/assembly variable