Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp68 info.DumpAsTableRow(s, resolver, show_args, verbose); in TEST()
86 info.DumpAsTableRow(s, resolver, show_args, verbose); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h147 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp186 void ProcessInstanceInfo::DumpAsTableRow(Stream &s, UserIDResolver &resolver, in DumpAsTableRow() function in ProcessInstanceInfo
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1268 proc_info.DumpAsTableRow(ostrm, platform_sp->GetUserIDResolver(), in DoExecute()
1325 proc_infos[i].DumpAsTableRow( in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2825 process_infos[i].DumpAsTableRow( in Attach()