Searched refs:show_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupVariable.cpp | 89 show_args = false; in SetOptionValue() 123 show_args = true; // Frame option only in OptionParsingStarting()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupVariable.h | 37 show_args : 1, // Frame option only (include_frame_options == true) variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1156 m_options.show_args, in DoExecute() 1159 m_options.show_args, m_options.verbose); in DoExecute() 1217 m_options.show_args, in DoExecute() 1221 ostrm, platform_sp.get(), m_options.show_args, in DoExecute() 1241 : Options(), match_info(), show_args(false), verbose(false) { in CommandOptions() 1363 show_args = true; in SetOptionValue() 1381 show_args = false; in OptionParsingStarting() 1392 bool show_args; member in CommandObjectPlatformProcessList::CommandOptions
|
| H A D | CommandObjectFrame.cpp | 665 if (!m_option_variable.show_args) in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 156 static void DumpTableHeader(Stream &s, Platform *platform, bool show_args, 159 void DumpAsTableRow(Stream &s, Platform *platform, bool show_args,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 333 bool show_args, bool verbose) { in DumpTableHeader() argument 335 if (show_args || verbose) in DumpTableHeader() 354 bool show_args, bool verbose) const { in DumpAsTableRow() argument 398 if (verbose || show_args) { in DumpAsTableRow()
|