Searched refs:show_args (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupVariable.cpp | 75 : 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 D | ProcessInfo.cpp | 170 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 D | top.h | 38 extern int show_args;
|
H A D | top.c | 54 int show_args = false; variable 1040 show_args = fmt_flags & FMT_SHOWARGS; in main()
|
H A D | machine.c | 915 if (show_args) { in cmd_matches()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupVariable.h | 33 show_args : 1, // Frame option only (include_frame_options == true) variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ProcessInfo.h | 252 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 D | CommandObjectPlatform.cpp | 1242 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 D | CommandObjectFrame.cpp | 434 return m_option_variable.show_args; in ScopeRequested()
|