xref: /csrg-svn/old/dbx/tests/pc/arrays.out (revision 44139)
1*44139Sbosticreading symbolic information ...
2*44139Sbostic(var parameter) a : IntArray;
3*44139Sbostic[1] stop at 12
4*44139Sbostic[1] stopped in p at line 12
5*44139Sbostic   12       a[3] := i;
6*44139Sbostic(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
7*44139Sbostic3 4 5
8*44139Sbosticstopped in p at line 13
9*44139Sbostic   13       a[4] := j;
10*44139Sbosticstopped in p at line 14
11*44139Sbostic   14   end;
12*44139Sbosticstopped in program at line 21
13*44139Sbostic   21       b[BLUE] := 3;
14*44139Sbosticstopped in program at line 22
15*44139Sbostic   22       c := RED;
16*44139Sbosticprogram(), line 22 in "arrays.p"
17*44139Sbosticmain(0x1, 0x7fffe7e4, 0x7fffe7ec) at 0xad
18*44139Sbostic(0, 3, 0) RED
19*44139Sbostic3
20*44139Sbostic
21