Mercurial > hg > xemacs-beta
diff src/gdbinit @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 1f50e6fe4f3f |
line wrap: on
line diff
--- a/src/gdbinit Mon Aug 13 11:06:08 2007 +0200 +++ b/src/gdbinit Mon Aug 13 11:07:10 2007 +0200 @@ -221,12 +221,12 @@ else if $type == dbg_Lisp_Type_Symbol || $imp == lrecord_symbol pstruct Lisp_Symbol - printf "Symbol name: %s\n", $xstruct->name->_data + printf "Symbol name: %s\n", $xstruct->name->data else if $type == dbg_Lisp_Type_Vector || $imp == lrecord_vector pstruct Lisp_Vector printf "Vector of length %d\n", $xstruct->size - #print *($xstruct->_data) @ $xstruct->size + #print *($xstruct->data) @ $xstruct->size else if $imp == lrecord_bit_vector pstruct Lisp_Bit_Vector @@ -259,7 +259,7 @@ pstruct console else if $imp == lrecord_database - pstruct database + pstruct Lisp_Database else if $imp == lrecord_device pstruct device @@ -291,14 +291,14 @@ if $imp == lrecord_glyph pstruct Lisp_Glyph else - if $imp == lrecord_hashtable - pstruct hashtable + if $imp == lrecord_hash_table + pstruct Lisp_Hash_Table else if $imp == lrecord_image_instance pstruct Lisp_Image_Instance else if $imp == lrecord_keymap - pstruct keymap + pstruct Lisp_Keymap else if $imp == lrecord_lcrecord_list pstruct lcrecord_list @@ -378,6 +378,7 @@ end end end + # Repeat after me... gdb sux, gdb sux, gdb sux... end end end @@ -396,6 +397,7 @@ end end end + # Are we having fun yet?? end end end