# HG changeset patch # User james # Date 1058558825 0 # Node ID aebc80e1f0563862cbc96254e1c45f61c6322717 # Parent e2ddc2a2b794b7de7936a4c0e1bcb24ca754f6d2 [xemacs-hg @ 2003-07-18 20:07:04 by james] Ilya Golubev's fix to make pobj work properly with symbol names. diff -r e2ddc2a2b794 -r aebc80e1f056 src/.gdbinit --- a/src/.gdbinit Fri Jul 18 07:42:48 2003 +0000 +++ b/src/.gdbinit Fri Jul 18 20:07:05 2003 +0000 @@ -257,7 +257,7 @@ else if $lrecord_type == lrecord_type_symbol ptype Lisp_Symbol - printf "Symbol name: %s\n", $type_ptr->name->data + printf "Symbol name: %s\n", ((Lisp_String *)$type_ptr->name)->data_ else if $lrecord_type == lrecord_type_vector ptype Lisp_Vector diff -r e2ddc2a2b794 -r aebc80e1f056 src/ChangeLog --- a/src/ChangeLog Fri Jul 18 07:42:48 2003 +0000 +++ b/src/ChangeLog Fri Jul 18 20:07:05 2003 +0000 @@ -1,4 +1,7 @@ - +2003-06-14 Ilya N. Golubev + + * .gdbinit (pobj): Fix printing of symbol names. + 2003-07-02 Mike Sperber * toolbar.c (update_frame_toolbars_geometry): Update the frame