Home
last modified time | relevance | path

Searched refs:all_users (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBServices.cpp32 int GetProcesses(CFMutableArrayRef plistMutableArray, bool all_users) { in GetProcesses() argument
50 if (all_users) in GetProcesses()
138 bool all_users = true; in ListApplications() local
139 result = GetProcesses(plistMutableArray.get(), all_users); in ListApplications()
207 bool all_users = (our_uid == 0); in ListApplications() local
208 GetProcesses(plistMutableArray.get(), all_users); in ListApplications()
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py22 self.all_users = False
26 self.all_users = True
32 self.all_users = False
36 if self.all_users:
/llvm-project-15.0.7/lldb/source/Host/openbsd/
H A DHost.cpp165 bool all_users = match_info.GetMatchAllUsers(); in FindProcessesImpl() local
170 const bool kinfo_user_matches = (all_users || (kinfo.p_ruid == our_uid) || in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Host/freebsd/
H A DHost.cpp159 bool all_users = match_info.GetMatchAllUsers() || (our_uid == 0); in FindProcessesImpl() local
186 if (!all_users && kinfo.ki_ruid != our_uid) in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp185 const bool all_users = in FindProcessesImpl() local
211 if (!all_users && proc_kinfo[i].p_ruid != our_uid) in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp240 bool all_users = match_info.GetMatchAllUsers(); in FindProcessesImpl() local
268 if (!all_users && (our_uid != 0) && (process_info.GetUserID() != our_uid)) in FindProcessesImpl()
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt199 // "all_users" bool A boolean value that specifies if processes should
H A Dlldb-gdb-remote.txt1660 // "all_users" bool A boolean value that specifies if processes should
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm642 bool all_users = match_info.GetMatchAllUsers();
649 if (all_users)