Home
last modified time | relevance | path

Searched refs:GetMatchAllUsers (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp144 bool all_users = match_info.GetMatchAllUsers(); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp148 bool all_users = match_info.GetMatchAllUsers(); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp155 bool all_users = match_info.GetMatchAllUsers() || (our_uid == 0); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp181 match_info.GetMatchAllUsers() || in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h318 bool GetMatchAllUsers() const { return m_match_all_users; } in GetMatchAllUsers() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2367 packet.Printf("all_users:%u;", match_info.GetMatchAllUsers() ? 1 : 0); in FindProcesses()