Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDprocfs.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)) in proc_get_status()
1141 == sizeof (gdb_prstatus_t)); in proc_get_status()
1149 sizeof (gdb_prstatus_t)) in proc_get_status()
1150 == sizeof (gdb_prstatus_t)); in proc_get_status()
3168 gdb_prstatus_t *prstatus; in proc_update_threads()
3188 prstatus = xmalloc (sizeof (gdb_prstatus_t) * (nlwp + 1)); in proc_update_threads()