diff src/.gdbinit.in.in @ 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 14f0dd1fabdb
children 002cb5224e4f
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