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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c329 typedef pstatus_t gdb_prstatus_t; typedef
342 typedef prstatus_t gdb_prstatus_t; typedef
378 gdb_prstatus_t prstatus; /* Current process status info */
1140 sizeof (gdb_prstatus_t))
1141 == sizeof (gdb_prstatus_t));
1149 sizeof (gdb_prstatus_t))
1150 == sizeof (gdb_prstatus_t));
3168 gdb_prstatus_t *prstatus;
3188 prstatus = xmalloc (sizeof (gdb_prstatus_t) * (nlwp + 1));

Completed in 307 milliseconds