Searched refs:show_args (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 65 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 D | OptionGroupVariable.cpp | 86 show_args = false; in SetOptionValue() 118 show_args = true; // Frame option only in OptionParsingStarting()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 163 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 D | ProcessInfo.h | 145 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 D | OptionGroupVariable.h | 33 show_args : 1, // Frame option only (include_frame_options == true) variable
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1266 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 D | CommandObjectFrame.cpp | 630 if (!m_option_variable.show_args) in DoExecute()
|