Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp65 const bool show_args = false; in TEST() local
67 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
68 info.DumpAsTableRow(s, resolver, show_args, verbose); in TEST()
83 const bool show_args = false; in TEST() local
85 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
86 info.DumpAsTableRow(s, resolver, show_args, verbose); in TEST()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp86 show_args = false; in SetOptionValue()
118 show_args = true; // Frame option only in OptionParsingStarting()
/llvm-project-15.0.7/lldb/source/Utility/
H A 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()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h145 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
147 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h33 show_args : 1, // Frame option only (include_frame_options == true) variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1266 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1269 m_options.show_args, m_options.verbose); in DoExecute()
1322 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1326 ostrm, platform_sp->GetUserIDResolver(), m_options.show_args, in DoExecute()
1444 show_args = true; in SetOptionValue()
1464 show_args = false; in OptionParsingStarting()
1475 bool show_args = false; member in CommandObjectPlatformProcessList::CommandOptions
H A DCommandObjectFrame.cpp630 if (!m_option_variable.show_args) in DoExecute()