Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupVariable.cpp88 show_args = false; in SetOptionValue()
120 show_args = true; // Frame option only in OptionParsingStarting()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h147 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
149 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionGroupVariable.h34 show_args : 1, // Frame option only (include_frame_options == true) variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectPlatform.cpp1068 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1071 m_options.show_args, m_options.verbose); in DoExecute()
1128 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1133 m_options.show_args, m_options.verbose); in DoExecute()
1152 : Options(), match_info(), show_args(false), verbose(false) {} in CommandOptions()
1256 show_args = true; in SetOptionValue()
1276 show_args = false; in OptionParsingStarting()
1287 bool show_args; member in CommandObjectPlatformProcessList::CommandOptions
HDCommandObjectFrame.cpp634 if (!m_option_variable.show_args) in DoExecute()