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