> > What does the GDB command `xtype' say about that number?  You should
 > > use it immediately after printing NAME:
 > >
 > >   (gdb) pr name
 > >   (gdb) xtype
 > 
 > I get consistently:
 > 
 > (gdb) print name
 > $3 = 60552283
 > (gdb) xtype
 > No enum type named Lisp_Type.

print is a GDB command, pr is a user defined in emacs/src/.gdbinit.  You
need to run "gdb emacs" from that directory and enter the exact commands.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to