1 
 2 09/21/87  probe
 3 Known errors in the current release of probe.
 4 #         Associated TR's
 5 Description
 6 
 7 106  none
 8 (value) When asked to print the value of a fixed(17) aligned where the
 9 lower 18 bits are on and some of the higher bits (but not the sign bit)
10 are on, prints nothing for the value.
11 
12 103  phx05071
13 (debug) Drop in support of debug.
14 
15 99  none
16 (display) "ds addr(foo)" displays foo not the pointer.  Should require
17 the * argument to indirect through the pointer.
18 
19 98  phx18872
20 (position) With regexp as 1st probe request, produces out_of_bounds.
21 
22 85  none
23 (before) When setting many breaks ("b /^.*$/"), goes into a loop after
24 several are set, printing the next one's "Break set before..." message.
25 Reported 07/26/84 by Fakoury.Tolts
26 
27 82  phx17733
28 Blows up referencing runtime_symbol_info_$father.
29 
30 78  none
31 Ring-4 gate gets wrong source_info.entry_ptr, results in wrong value
32 from probe_block_name_.
33 
34 64  phx16904
35 (value) Interprets "foo based (p(3))" as p(1)->foo.  Limitation in
36 symbol table.
37 
38 58  none
39 Fix probe_trace_stack_ to get block ptr if there is no statement map.
40 MR10.1 version worked by calling old stu_$get_runtime_block.  Current
41 version calls stu_$find_containing_block.  Needed by Gary Palter for
42 rdm debug_mode.
43 
44 41  phx15479
45 Can't get the address of based(addr()) or defined() variables.  This is
46 a limitation in the symbol table.
47 
48 25  phx14468
49 Gets confused if builtin and variable have the same name.
50 
51 13  phx14172
52 Cannot get the source line for a PL/1 I/O statement that signalled
53 size.  Bug in put_field (pl1 operators), loses track of the instruction
54 it was at when it called plio2, which signalled size.
55 
56 4  phx11733
57 Probe should handle language differences in input syntax.
58 
59 3  phx10184
60 (value) Prints fixed bin unsigned numbers incorrectly.  Bug in
61 assign_$computational_, reported to JRGray.Calgary.