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.cpp75 : include_frame_options(show_frame_options), show_args(false), in OptionGroupVariable()
93 show_args = false; in SetOptionValue()
125 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
1040 show_args = fmt_flags & FMT_SHOWARGS; in main()
H A Dmachine.c915 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.h252 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
254 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1242 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1245 m_options.show_args, m_options.verbose); in DoExecute()
1298 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1302 ostrm, platform_sp->GetUserIDResolver(), m_options.show_args, in DoExecute()
1419 show_args = true; in SetOptionValue()
1439 show_args = false; in OptionParsingStarting()
1450 bool show_args = false; member in CommandObjectPlatformProcessList::CommandOptions
H A DCommandObjectFrame.cpp434 return m_option_variable.show_args; in ScopeRequested()