1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Bull Inc., 1988 *
4 " * *
5 " * Copyright, C Honeywell Information Systems Inc., 1982 *
6 " * *
7 " * Copyright c 1972 by Massachusetts Institute of *
8 " * Technology and Honeywell Information Systems, Inc. *
9 " * *
10 " ***********************************************************
11
12 " HISTORY COMMENTS:
13 " 1) change88-10-18WAAnderson, approve88-10-18MCR7952,
14 " audit88-10-18JRGray, install88-10-24MR12.2-1184:
15 " Probe source archive split. Part of C-Probe support.
16 " END HISTORY COMMENTS
17
18
19 "
20 " This is a transfer vector whose purpose in life is to redirect calls
21 " to entries in "probe" to their prober destinations. This is done because
22 " the probe command and the probe breakpoint handler are now substantually
23 " different, even though they are still both entrypoints in probe.
24 "
25 " 07/13/79 W. Olin Sibert
26 "
27
28 entry probe
29 entry pb
30 entry break
31
32 probe: tra probe_command_$probe_command_
33
34 pb: tra probe_command_$probe_command_
35
36 break: tra probe_break_handler_$break_type_1
37
38 end