> From: Peter Dyballa <[EMAIL PROTECTED]> > Date: Wed, 16 Aug 2006 13:46:49 +0200 > Cc: [email protected] > > > I use "-g3" which results in a much larger executable, but means I > > can use > > GDB to expand/evaluate Emacs' many macros. > > Doing the same here leads to GDB complaining about: > > .gdbinit:1040: Error in sourced command file: > No symbol "gdb_gctypebits" in current context. > > .gdbinit:1083: Error in sourced command file: > No symbol "gdb_use_union" in current context.
This becomes more and more strange with each message. What kind of debug info does your compiler use? (One way to find out this, if you don't already know, is to type "start" to run Emacs until it enters the `main' function, then type "info source" at GDB's prompt.) _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
