Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp53 if (option_arg.getAsInteger(0, num_lines_context)) in SetOptionValue()
158 num_lines_context = 0; in OptionParsingStarting()
454 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()
455 m_options.num_lines_context = 2; in DoExecute()
491 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
H A DCommandObjectDisassemble.h49 uint32_t num_lines_context = 0; variable