Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c417 case DBREG_DR7_WRONLY:
502 amd64_set_watch(i, addr, wsize, DBREG_DR7_WRONLY, d);
561 case DBREG_DR7_WRONLY : return "write"; break;
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c644 case DBREG_DR7_WRONLY:
722 DBREG_DR7_WRONLY, &d);
763 case DBREG_DR7_WRONLY : return "write"; break;
/f-stack/freebsd/x86/include/
H A Dreg.h224 #define DBREG_DR7_WRONLY 0x01 /* break on write */ macro