I am trying to step into my yyparse function, which is defined in Bison generated code, but I get a message from GDB saying
Reading file "foo.tab.c"...No such file or directory.
The file generated by Bison is called foo.cc. Why is it looking for foo.tab.c
, instead?