xref: /csrg-svn/old/dbx/tests/pc/sets.out (revision 44181)
1*44181Sbosticreading symbolic information ...
2*44181Sbostictype Color = (RED, BLUE, GREEN);
3*44181Sbostictype ColorSet = set of Color;
4*44181Sbostic[1] stop in p
5*44181Sbostic[1] stopped in p at line 9
6*44181Sbostic    9   begin
7*44181Sbosticstopped in p at line 10
8*44181Sbostic   10       s := [RED, BLUE];
9*44181Sbosticp(s = []), line 10 in "sets.p"
10*44181Sbosticprogram(), line 14 in "sets.p"
11*44181Sbosticmain(0x1, 0x7fffe7e8, 0x7fffe7f0) at 0xa9
12*44181Sbosticstopped in p at line 11
13*44181Sbostic   11   end;
14*44181Sbostic[RED, BLUE]
15*44181Sbosticstopped in program at line 15
16*44181Sbostic   15       if BLUE in s then begin
17*44181Sbosticstopped in program at line 16
18*44181Sbostic   16   	s := s - [BLUE];
19*44181Sbosticstopped in program at line 18
20*44181Sbostic   18   end.
21*44181Sbosticprogram(), line 18 in "sets.p"
22*44181Sbosticmain(0x1, 0x7fffe7e8, 0x7fffe7f0) at 0xa9
23*44181Sbostic[RED]
24*44181Sbostic
25