Home | History | Annotate | Download | only in gdb

Lines Matching defs:D_REGS

784 #define D_REGS edi.dr
785 #define CONTROL D_REGS[7]
786 #define STATUS D_REGS[6]
789 Here we just store the address in D_REGS, the watchpoint will be
796 D_REGS[i] = addr;
800 register. Here we just store the address in D_REGS, the watchpoint
809 Here we just return the value stored in D_REGS, as we've got it
818 Here we just return the value stored in D_REGS, as we've got it
828 we just return the value stored in D_REGS, as we've got it from the
836 return D_REGS[i];