Lines Matching defs:STATUS
42 . swapping the FPU status
139 unsigned int status;
269 {4, 2}, /* status word, from npx */
418 go32_nat_target::wait (ptid_t ptid, struct target_waitstatus *status,
511 status->set_exited (a_tss.tss_eax & 0xff);
514 status->set_stopped (GDB_SIGNAL_UNKNOWN);
520 status->set_stopped (sig_map[i].gdb_sig);
521 if (status->sig () != GDB_SIGNAL_TRAP)
522 status->set_signalled (status->sig ());
524 status->set_stopped (sig_map[i].gdb_sig);
786 #define STATUS D_REGS[6]
808 /* Get the value of the DR6 debug status register from the inferior.
814 return STATUS;
817 /* Get the value of the DR7 debug status register from the inferior.