Home
last modified time | relevance | path

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

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