Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp162 bool all_users = match_info.GetMatchAllUsers(); in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp156 bool all_users = match_info.GetMatchAllUsers() || (our_uid == 0); in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp159 match_info.GetMatchAllUsers() || in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h326 bool GetMatchAllUsers() const { return m_match_all_users; } in GetMatchAllUsers() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2167 packet.Printf("all_users:%u;", match_info.GetMatchAllUsers() ? 1 : 0); in FindProcesses()