Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp54 if (option_arg.getAsInteger(0, num_lines_context)) in SetOptionValue()
173 num_lines_context = 0; in OptionParsingStarting()
511 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()
512 m_options.num_lines_context = 2; in DoExecute()
552 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
H A DCommandObjectDisassemble.h62 uint32_t num_lines_context = 0; variable