Home
last modified time | relevance | path

Searched refs:T_DBREAK (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/hppa/include/
H A Dtrap.h54 #define T_DBREAK 19 /* data break */ macro
H A Ddb_machdep.h44 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_DBREAK)
/openbsd/sys/arch/hppa/hppa/
H A Ddb_interface.c187 case T_DBREAK: in db_ktrap()
H A Dtrap.c244 case T_DBREAK: in trap()
264 case T_DBREAK | T_USER: { in trap()
H A Dlocore.S721 ATRAP(dbrk,T_DBREAK) /* 19. data break trap */