1*44192Sbosticreading symbolic information ...
2*44192Sbostictypedef enum { RED, GREEN, BLUE } Color;
3*44192SbosticColor c;
4*44192Sbostic[1] stop in f
5*44192Sbostic[1] stopped in f at line 14
6*44192Sbostic   14       printf("c = %d\n", c);
7*44192Sbosticf(c = RED), line 14 in "enum.c"
8*44192Sbosticmain(0x1, 0xbfffe7e8, 0xbfffe7f0), line 8 in "enum.c"
9*44192SbosticRED
10*44192SbosticBLUE
11