1 "         BEGIN INCLUDE FILE probe_break_operators.incl.alm
 2 "
 3 "         This include file defines the offsets, in operator_pointers_, of the
 4 "         eight probe breakpoint operators.
 5 "
 6 "         Created: 06/27/79 W. Olin Sibert
 7 "
 8 
 9           equ       probe_break_type_1,4          " Vanilla type break
10           equ       probe_break_type_2,8          " Skips one here -- COBOL is in between
11           equ       probe_break_type_3,10
12           equ       probe_break_type_4,12
13           equ       probe_break_type_5,14
14           equ       probe_break_type_6,16
15           equ       probe_break_type_7,18
16           equ       probe_break_type_8,20
17 
18 "         END INCLUDE FILE probe_break_operators.incl.alm