# HG changeset patch # User stephent # Date 1178028107 0 # Node ID 8453b9b6286fbcee2f7227b9820ba8c7463bad75 # Parent 724a1dc6b9666654f1a6e523a66111e73ca02b13 [xemacs-hg @ 2007-05-01 14:01:46 by stephent] Update gdbinit for fontconfig reality. <87ejm0hbyw.fsf@uwakimon.sk.tsukuba.ac.jp> diff -r 724a1dc6b966 -r 8453b9b6286f etc/ChangeLog --- a/etc/ChangeLog Mon Apr 30 21:51:57 2007 +0000 +++ b/etc/ChangeLog Tue May 01 14:01:47 2007 +0000 @@ -1,3 +1,7 @@ +2007-05-01 Stephen J. Turnbull + + * gdbinit.in (pobj): Nuke fc_fontset and fc_objectset, add fc_config. + 2007-03-24 Stephen J. Turnbull * ETAGS.EBNF: Sync to pot_etags_version 17.19. diff -r 724a1dc6b966 -r 8453b9b6286f etc/gdbinit.in --- a/etc/gdbinit.in Mon Apr 30 21:51:57 2007 +0000 +++ b/etc/gdbinit.in Tue May 01 14:01:47 2007 +0000 @@ -430,17 +430,13 @@ 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 end