Searched refs:match_info (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1064 m_options.match_info.GetProcessInfo().GetProcessID();
1081 platform_sp->FindProcesses(m_options.match_info, proc_infos);
1084 m_options.match_info.GetProcessInfo().GetName();
1086 switch (m_options.match_info.GetNameMatchType()) {
1152 : Options(), match_info(), show_args(false), verbose(false) {}
1166 match_info.GetProcessInfo().SetProcessID(id);
1173 match_info.GetProcessInfo().SetParentProcessID(id);
1181 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX);
1188 match_info.GetProcessInfo().SetEffectiveUserID(success ? id
1197 match_info
1286 ProcessInstanceInfoMatch match_info; member in class:CommandObjectPlatformProcessList::CommandOptions
1458 ProcessInstanceInfoMatch match_info; variable
[all...]
H A DCommandObjectProcess.cpp344 ProcessInstanceInfoMatch match_info; variable
346 match_info.GetProcessInfo().GetExecutableFile().SetFile(
348 match_info.SetNameMatchType(NameMatch::StartsWith);
350 platform_sp->FindProcesses(match_info, process_infos);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp153 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, argument
159 bool all_users = match_info.GetMatchAllUsers() || (our_uid == 0);
216 if (match_info.Matches(process_info) &&
217 GetFreeBSDProcessArgs(&match_info, process_info)) {
219 if (match_info.Matches(process_info))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp143 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, argument
165 bool all_users = match_info.GetMatchAllUsers();
192 if (match_info.Matches(process_info) &&
193 GetOpenBSDProcessArgs(&match_info, process_info)) {
195 if (match_info.Matches(process_info))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp157 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, argument
163 match_info.GetMatchAllUsers() ||
218 if (match_info.Matches(process_info) &&
219 GetNetBSDProcessArgs(&match_info, process_info)) {
221 if (match_info.Matches(process_info))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp339 ProcessInstanceInfoMatch match_info; local
350 match_info.GetProcessInfo().GetExecutableFile().SetFile(
360 match_info.SetNameMatchType(name_match);
367 match_info.GetProcessInfo().SetProcessID(pid);
372 match_info.GetProcessInfo().SetParentProcessID(pid);
377 match_info.GetProcessInfo().SetUserID(uid);
382 match_info.GetProcessInfo().SetGroupID(gid);
387 match_info.GetProcessInfo().SetEffectiveUserID(uid);
392 match_info.GetProcessInfo().SetEffectiveGroupID(gid);
394 match_info
[all...]
H A DGDBRemoteCommunicationClient.cpp2141 const ProcessInstanceInfoMatch &match_info,
2148 if (!match_info.MatchAllProcesses()) {
2150 const char *name = match_info.GetProcessInfo().GetName();
2154 NameMatch name_match_type = match_info.GetNameMatchType();
2187 if (match_info.GetProcessInfo().ProcessIDIsValid())
2189 match_info.GetProcessInfo().GetProcessID());
2190 if (match_info.GetProcessInfo().ParentProcessIDIsValid())
2192 match_info.GetProcessInfo().GetParentProcessID());
2193 if (match_info.GetProcessInfo().UserIDIsValid())
2194 packet.Printf("uid:%u;", match_info
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp243 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, argument
246 return Platform::FindProcesses(match_info, process_infos);
248 return m_remote_platform_sp->FindProcesses(match_info, process_infos);
H A DPlatform.cpp995 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, argument
1001 match_count = Host::FindProcesses(match_info, process_infos);
H A DProcess.cpp2792 ProcessInstanceInfoMatch match_info;
2793 match_info.GetProcessInfo() = attach_info;
2794 match_info.SetNameMatchType(NameMatch::Equals);
2795 platform_sp->FindProcesses(match_info, process_infos);
2801 match_info.GetProcessInfo().GetExecutableFile().GetPath(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h177 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h79 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatform.h416 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h58 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp358 const ProcessInstanceInfoMatch &match_info,
360 return m_gdb_client.FindProcesses(match_info, process_infos);
357 FindProcesses( const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) argument
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias-warnings.c316 struct match_info
522 variables given in ((struct match_info*)DATA)->OBJS or
523 ((struct match_info*)DATA)->PTRS. The total number of references
314 struct match_info struct

Completed in 165 milliseconds