Searched refs:VKI_TRAP_BRKPT (Results 1 – 3 of 3) sorted by relevance
510 #define VKI_TRAP_BRKPT TRAP_BRKPT macro
522 #define VKI_TRAP_BRKPT (__VKI_SI_FAULT|1) /* process breakpoint */ macro
1920 info.si_code = VKI_TRAP_BRKPT; /* tjh: only ever called for a brkpt ins */ in VG_()