Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Drdb.h134 #define FLG_BP_USERDEF 0x0001 /* user defined BP */ macro
143 (FLG_BP_USERDEF | FLG_BP_PLTRES)
145 (MASK_BP_SPECIAL | FLG_BP_USERDEF)
H A Dgram.y65 if (set_breakpoint(&proch, $2, FLG_BP_USERDEF) == RET_OK)
79 if (delete_breakpoint(&proch, $2, FLG_BP_USERDEF) != RET_OK)
H A Dbpt.c371 if (bpt->bl_flags & FLG_BP_USERDEF) in continue_to_break()