Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp162 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args, in DumpTableHeader() argument
165 if (show_args || verbose) in DumpTableHeader()
186 bool show_args, bool verbose) const { in DumpAsTableRow() argument
229 if (verbose || show_args) { in DumpAsTableRow()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h143 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
145 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h33 show_args : 1, // Frame option only (include_frame_options == true) variable
/openbsd-src/usr.bin/top/
H A Dmachine.c383 extern int show_args; in cmd_matches()
397 if (show_args) { in cmd_matches()
522 extern int show_args; in format_comm()
524 if (show_args && (s = get_proc_args(kp)) != NULL) { in format_comm()
H A Dtop.c91 int show_args = false; variable
251 show_args = true; in parseargs()
976 show_args = !show_args; in rundisplay()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1267 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1270 m_options.show_args, m_options.verbose); in DoExecute()
1323 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1327 ostrm, platform_sp->GetUserIDResolver(), m_options.show_args, in DoExecute()
1445 show_args = true; in SetOptionValue()
1465 show_args = false; in OptionParsingStarting()
1476 bool show_args = false; member in CommandObjectPlatformProcessList::CommandOptions
H A DCommandObjectFrame.cpp636 if (!m_option_variable.show_args) in DoExecute()