Mercurial > hg > xemacs-beta
changeset 5304:6784adb405ad
Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in
2010-11-15 Aidan Kehoe <kehoea@parhasard.net>
* .gdbinit.in: Remove lrecord_type_popup_data,
lrecord_type_window_configuration from this file, they're not
used, and their presence breaks pobj in GDB at runtime for me.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 15 Nov 2010 19:31:06 +0000 |
parents | 4c4085177ca5 |
children | 09fed7053634 002cb5224e4f |
files | src/.gdbinit.in.in src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/.gdbinit.in.in Sun Nov 14 14:54:09 2010 +0000 +++ b/src/.gdbinit.in.in Mon Nov 15 19:31:06 2010 +0000 @@ -411,9 +411,6 @@ if $lrecord_type == lrecord_type_opaque_ptr pptype Lisp_Opaque_Ptr else - if $lrecord_type == lrecord_type_popup_data - pptype popup_data - else if $lrecord_type == lrecord_type_process pptype Lisp_Process else @@ -456,9 +453,6 @@ if $lrecord_type == lrecord_type_window pstructtype window else - if $lrecord_type == lrecord_type_window_configuration - pstructtype window_config - else if $lrecord_type == lrecord_type_fc_pattern pstructtype fc_pattern else @@ -485,8 +479,6 @@ end end end - end - end ## Repeat after me... gdb sux, gdb sux, gdb sux... end end
--- a/src/ChangeLog Sun Nov 14 14:54:09 2010 +0000 +++ b/src/ChangeLog Mon Nov 15 19:31:06 2010 +0000 @@ -1,3 +1,9 @@ +2010-11-15 Aidan Kehoe <kehoea@parhasard.net> + + * .gdbinit.in: Remove lrecord_type_popup_data, + lrecord_type_window_configuration from this file, they're not + used, and their presence breaks pobj in GDB at runtime for me. + 2010-11-14 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Fnreverse):