Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionGroupVariable.cpp86 show_args = false; in SetOptionValue()
118 show_args = true; // Frame option only in OptionParsingStarting()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DProcessInfo.cpp163 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args, in DumpTableHeader() argument
166 if (show_args || verbose) in DumpTableHeader()
187 bool show_args, bool verbose) const { in DumpAsTableRow() argument
230 if (verbose || show_args) { in DumpAsTableRow()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h145 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
147 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd-12-stable/usr.bin/top/
Dtop.h40 extern int show_args;
Dtop.c55 int show_args = false; variable
1033 show_args = fmt_flags & FMT_SHOWARGS; in main()
Dmachine.c892 if (show_args) { in cmd_matches()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupVariable.h33 show_args : 1, // Frame option only (include_frame_options == true) variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp1099 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1102 m_options.show_args, m_options.verbose); in DoExecute()
1157 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1162 m_options.show_args, m_options.verbose); in DoExecute()
1282 show_args = true; in SetOptionValue()
1302 show_args = false; in OptionParsingStarting()
1313 bool show_args = false; member in CommandObjectPlatformProcessList::CommandOptions
DCommandObjectFrame.cpp634 if (!m_option_variable.show_args) in DoExecute()