Home
last modified time | relevance | path

Searched refs:show_args (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp70 : include_frame_options(show_frame_options), show_args(false), in OptionGroupVariable()
88 show_args = false; in SetOptionValue()
120 show_args = true; // Frame option only in OptionParsingStarting()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp170 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args, in DumpTableHeader() argument
173 if (show_args || verbose) in DumpTableHeader()
194 bool show_args, bool verbose) const { in DumpAsTableRow() argument
237 if (verbose || show_args) { in DumpAsTableRow()
/freebsd-14.2/usr.bin/top/
H A Dtop.h38 extern int show_args;
H A Dtop.c54 int show_args = false; variable
1040 show_args = fmt_flags & FMT_SHOWARGS; in main()
H A Dmachine.c915 if (show_args) { in cmd_matches()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h33 show_args : 1, // Frame option only (include_frame_options == true) variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h177 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
179 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1315 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1318 m_options.show_args, m_options.verbose); in DoExecute()
1371 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1375 ostrm, platform_sp->GetUserIDResolver(), m_options.show_args, in DoExecute()
1492 show_args = true; in SetOptionValue()
1512 show_args = false; in OptionParsingStarting()
1523 bool show_args = false; member in CommandObjectPlatformProcessList::CommandOptions
H A DCommandObjectFrame.cpp485 return m_option_variable.show_args; in ScopeRequested()