Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp78 : include_frame_options(show_frame_options), show_args(false), in OptionGroupVariable()
96 show_args = false; in SetOptionValue()
128 show_args = true; // Frame option only in OptionParsingStarting()
/freebsd/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
238 if (verbose || show_args) { in DumpAsTableRow()
/freebsd/usr.bin/top/
H A Dtop.h38 extern int show_args;
H A Dtop.c54 int show_args = false; variable
1033 show_args = fmt_flags & FMT_SHOWARGS; in main()
H A Dmachine.c1028 if (show_args) { in cmd_matches()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h33 show_args : 1, // Frame option only (include_frame_options == true) variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h257 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
259 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1240 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1243 m_options.show_args, m_options.verbose); in DoExecute()
1296 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1300 ostrm, platform_sp->GetUserIDResolver(), m_options.show_args, in DoExecute()
1416 show_args = true; in SetOptionValue()
1436 show_args = false; in OptionParsingStarting()
1447 bool show_args = false; member in CommandObjectPlatformProcessList::CommandOptions
H A DCommandObjectFrame.cpp458 return m_option_variable.show_args; in ScopeRequested()