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