Home
last modified time | relevance | path

Searched refs:lwp_watch (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dklwp.h120 struct lwp_watch { /* used in watchpoint single-stepping */ struct
126 } lwp_watch[4]; /* one for each of exec/write/read/read */ member
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c600 struct lwp_watch *pw = &lwp->lwp_watch[rw_to_index(rw)]; in do_watch_step()
646 struct lwp_watch *pw = lwp->lwp_watch; in undo_watch_step()