Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp68 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
86 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h252 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp170 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args, in DumpTableHeader() function in ProcessInstanceInfo
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1242 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1298 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
/llvm-project/lldb/source/Target/
H A DProcess.cpp3019 ProcessInstanceInfo::DumpTableHeader(s, true, false); in Attach()