Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp53 if (option_arg.getAsInteger(0, num_lines_context)) in SetOptionValue()
163 num_lines_context = 0; in OptionParsingStarting()
487 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()
488 m_options.num_lines_context = 2; in DoExecute()
527 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
H A DCommandObjectDisassemble.h50 uint32_t num_lines_context = 0; variable