> From: Tassilo Horn <[EMAIL PROTECTED]> > Date: Sat, 30 Sep 2006 10:20:14 +0200 > > (gdb) > (gdb) xbacktrace > Undefined command: "xbacktrace". Try "help". > (gdb) continue > Continuing. > [...] > What is xbacktrace? My gdb doesn't know this command...
Because you didn't start Emacs from the src directory. There' GDB will find the file called .gdbinit and automatically load it when it starts. That file defines the xbacktrace command. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
