1*44210Sbosticreading symbolic information ...
2*44210Sbosticstruct {
3*44210Sbostic    int first;
4*44210Sbostic    int second;
5*44210Sbostic    int a : 8;
6*44210Sbostic    int b : 8;
7*44210Sbostic    int c;
8*44210Sbostic} x;
9*44210Sbosticint a : 8;
10*44210Sbostic[1] stop at 31
11*44210Sbostic[1] stopped in main at line 31
12*44210Sbostic   31       printf("done\n");
13*44210Sbostic(cost = 0, type = 0, dirToCenter = 0, pad = 0, pin = 0, traceback = 0, traceforward = 0, expanded = 0, underDir = 0, underOffset = 0, start = 0, target = 0, owner = 63, segment = 1, intrinsicCost = 1)
14*44210Sbostic63 1 1
15*44210Sbostic[3] stop at 50
16*44210Sbostic[3] stopped in oldmain at line 50
17*44210Sbostic   50   }
18*44210Sbostic(first = 0, second = 0, a = 2, b = 10, c = 1)
19*44210Sbostic2
20*44210Sbostic10
21*44210Sbostic1
22*44210Sbostic
23