| /src/tests/lib/libc/sys/ |
| t_ptrace_core_wait.h | 158 struct netbsd_elfcore_procinfo procinfo; local 188 ELF_NOTE_NETBSD_CORE_PROCINFO, &procinfo, sizeof(procinfo)), 189 sizeof(procinfo)); 191 ATF_CHECK_EQ(procinfo.cpi_version, 1); 192 ATF_CHECK_EQ(procinfo.cpi_cpisize, sizeof(procinfo)); 193 ATF_CHECK_EQ(procinfo.cpi_signo, SIGTRAP); 194 ATF_CHECK_EQ(procinfo.cpi_pid, child); 195 ATF_CHECK_EQ(procinfo.cpi_ppid, getpid()) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| nto-procfs.c | 942 debug_process_t procinfo; local 952 err = devctl (ctl_fd, DCMD_PROC_INFO, &procinfo, 953 sizeof procinfo, 0); 957 initial_stack = procinfo.initial_stack;
|
| procfs.c | 200 /* =================== STRUCT PROCINFO "MODULE" =================== */ 204 /* The procinfo struct is a wrapper to hold all the state information 205 concerning a /proc process. There should be exactly one procinfo 207 process at a time, that means there should be only one procinfo. 209 single process procinfo. 214 procinfo as an argument. 216 There will be a separate procinfo structure for use by the (not yet 219 inferior's procinfo information. */ 228 typedef struct procinfo { struct 229 struct procinfo *next 257 } procinfo; typedef in typeref:struct:procinfo 551 typedef std::unique_ptr<procinfo, procinfo_deleter> procinfo_up; typedef [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| procfs.c | 201 /* =================== STRUCT PROCINFO "MODULE" =================== */ 205 /* The procinfo struct is a wrapper to hold all the state information 206 concerning a /proc process. There should be exactly one procinfo 208 process at a time, that means there should be only one procinfo. 210 single process procinfo. 215 procinfo as an argument. 217 There will be a separate procinfo structure for use by the (not yet 220 inferior's procinfo information. */ 229 typedef struct procinfo { struct 230 struct procinfo *next 258 } procinfo; typedef in typeref:struct:procinfo 552 typedef std::unique_ptr<procinfo, procinfo_deleter> procinfo_up; typedef [all...] |