-
$ gdb exp (gdb) run -b < invalues > outtable $quit
(gdb) whatis yytext type = char * (gdb) print type No symbol "type" in current context. (gdb) print yytext $1 = 0x0 (gdb) print *yytext Cannot access memory at address 0x0 (gdb)