Searched refs:prstatus (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c247 pstatus_t prstatus; /* Current process status info */ member in struct:procinfo
640 (char *) &pi->prstatus.pr_lwp,
646 (char *) &pi->prstatus,
677 return pi->prstatus.pr_lwp.pr_flags;
689 return pi->prstatus.pr_lwp.pr_why;
701 return pi->prstatus.pr_lwp.pr_what;
718 (gdb_byte *) &pi->prstatus.pr_lwp.pr_info.si_addr);
732 return pi->prstatus.pr_lwp.pr_nsysarg;
745 return (long *) &pi->prstatus.pr_lwp.pr_sysarg;
1142 ret = &pi->prstatus
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c248 pstatus_t prstatus; /* Current process status info */ member in struct:procinfo
633 (char *) &pi->prstatus.pr_lwp,
639 (char *) &pi->prstatus,
670 return pi->prstatus.pr_lwp.pr_flags;
682 return pi->prstatus.pr_lwp.pr_why;
694 return pi->prstatus.pr_lwp.pr_what;
711 (gdb_byte *) &pi->prstatus.pr_lwp.pr_info.si_addr);
725 return pi->prstatus.pr_lwp.pr_nsysarg;
738 return (long *) &pi->prstatus.pr_lwp.pr_sysarg;
1135 ret = &pi->prstatus
[all...]
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_sunos5.c1902 struct prstatus prstatus; /* for additional information */ local
1999 if (ioctl(fd, PIOCSTATUS, &prstatus) < 0)
2007 /* copy over the values we need from prstatus */
2008 currproc->pr_fill = (short)prstatus.pr_nlwp;
2009 currproc->px_onpro = prstatus.pr_processor;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-bfd.h2007 #define core_prstatus(bfd) (elf_tdata(bfd) -> prstatus)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-bfd.h2142 #define core_prstatus(bfd) (elf_tdata(bfd) -> prstatus)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-bfd.h2084 #define core_prstatus(bfd) (elf_tdata(bfd) -> prstatus)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-bfd.h2187 #define core_prstatus(bfd) (elf_tdata(bfd) -> prstatus)

Completed in 307 milliseconds