# HG changeset patch # User Aidan Kehoe # Date 1289849466 0 # Node ID 6784adb405ad56d87bd69e31c3e5a15c1977d813 # Parent 4c4085177ca574759fe9206b6d3919be5f4409b4 Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in 2010-11-15 Aidan Kehoe * .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. diff -r 4c4085177ca5 -r 6784adb405ad src/.gdbinit.in.in --- 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 diff -r 4c4085177ca5 -r 6784adb405ad src/ChangeLog --- 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 + + * .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 * fns.c (Fnreverse):