Home
last modified time | relevance | path

Searched refs:procInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat-info.c75 struct kinfo_proc *procInfo; in info_mach_tasks_command() local
82 procInfo = (struct kinfo_proc *) xmalloc (length); in info_mach_tasks_command()
83 sysctl (sysControl, 3, procInfo, &length, NULL, 0); in info_mach_tasks_command()
93 task_by_unix_pid (mach_task_self (), procInfo[index].kp_proc.p_pid, in info_mach_tasks_command()
98 procInfo[index].kp_proc.p_comm, in info_mach_tasks_command()
99 procInfo[index].kp_proc.p_pid, taskPort); in info_mach_tasks_command()
104 procInfo[index].kp_proc.p_comm, in info_mach_tasks_command()
105 procInfo[index].kp_proc.p_pid); in info_mach_tasks_command()
109 xfree (procInfo); in info_mach_tasks_command()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat-info.c75 struct kinfo_proc *procInfo; in info_mach_tasks_command() local
82 procInfo = (struct kinfo_proc *) xmalloc (length); in info_mach_tasks_command()
83 sysctl (sysControl, 3, procInfo, &length, NULL, 0); in info_mach_tasks_command()
93 task_by_unix_pid (mach_task_self (), procInfo[index].kp_proc.p_pid, in info_mach_tasks_command()
98 procInfo[index].kp_proc.p_comm, in info_mach_tasks_command()
99 procInfo[index].kp_proc.p_pid, taskPort); in info_mach_tasks_command()
104 procInfo[index].kp_proc.p_comm, in info_mach_tasks_command()
105 procInfo[index].kp_proc.p_pid); in info_mach_tasks_command()
109 xfree (procInfo); in info_mach_tasks_command()
/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c424 PROCESS_INFORMATION procInfo; in process_begin() local
553 &procInfo) == FALSE) { in process_begin()
565 pproc->pid = (int)procInfo.hProcess; in process_begin()
567 CloseHandle(procInfo.hThread); in process_begin()