Home
last modified time | relevance | path

Searched refs:DumpTableHeader (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp67 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
85 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h145 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp163 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args, in DumpTableHeader() function in ProcessInstanceInfo
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1266 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1322 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2823 ProcessInstanceInfo::DumpTableHeader(s, true, false); in Attach()