[AC21.5] Update gdbinit for recent font-mgr changes

Stephen J. Turnbull stephen at xemacs.org
Tue May 1 10:09:43 EDT 2007


APPROVE COMMIT 21.5

This patch updates pobj to forget about struct fc_fontset and struct
fc_objectset (which are no longer in XEmacs) and to know about struct
fc_config.

Index: etc/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/ChangeLog,v
retrieving revision 1.79
diff -u -r1.79 ChangeLog
--- etc/ChangeLog	24 Mar 2007 11:46:37 -0000	1.79
+++ etc/ChangeLog	1 May 2007 13:21:31 -0000
@@ -0,0 +1,4 @@
+2007-05-01  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* gdbinit.in (pobj): Nuke fc_fontset and fc_objectset, add fc_config.
+

Index: etc/gdbinit.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/gdbinit.in,v
retrieving revision 1.1
diff -u -r1.1 gdbinit.in
--- etc/gdbinit.in	23 May 2006 13:18:55 -0000	1.1
+++ etc/gdbinit.in	1 May 2007 13:21:31 -0000
@@ -430,16 +430,12 @@
   if $lrecord_type == lrecord_type_fc_pattern
     pstructtype fc_pattern
   else
-  if $lrecord_type == lrecord_type_fc_objectset
-    pstructtype fc_objectset
-  else
-  if $lrecord_type == lrecord_type_fc_fontset
-    pstructtype fc_fontset
+  if $lrecord_type == lrecord_type_fc_config
+    pstructtype fc_config
   else
     echo Unknown Lisp Object type\n
     print $arg0
   ## Barf, gag, retch
-  end
   end
   end 
   end



More information about the XEmacs-Patches mailing list