Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dwatchpoint.h114 extern int undo_watch_step(struct k_siginfo *);
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c807 if ((fault = undo_watch_step(&siginfo)) == 0 && in deferred_singlestep_trap()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c796 (void) undo_watch_step(NULL); in issig_forreal()
899 (void) undo_watch_step(NULL); in stop()
H A Dwatchpoint.c640 undo_watch_step(k_siginfo_t *sip) in undo_watch_step() function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1246 if ((fault = undo_watch_step(&siginfo)) == 0 && in trap()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c731 if ((fault = undo_watch_step(&siginfo)) == 0 && in trap()