HomeSort by: relevance | last modified time | path
    Searched defs:D_REGS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 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]
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 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]
    [all...]

Completed in 83 milliseconds