comparison etc/gdbinit.in @ 3934:8453b9b6286f

[xemacs-hg @ 2007-05-01 14:01:46 by stephent] Update gdbinit for fontconfig reality. <87ejm0hbyw.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Tue, 01 May 2007 14:01:47 +0000
parents a1e20876b806
children e9ccbc62f7e7
comparison
equal deleted inserted replaced
3933:724a1dc6b966 3934:8453b9b6286f
428 pstructtype window_config 428 pstructtype window_config
429 else 429 else
430 if $lrecord_type == lrecord_type_fc_pattern 430 if $lrecord_type == lrecord_type_fc_pattern
431 pstructtype fc_pattern 431 pstructtype fc_pattern
432 else 432 else
433 if $lrecord_type == lrecord_type_fc_objectset 433 if $lrecord_type == lrecord_type_fc_config
434 pstructtype fc_objectset 434 pstructtype fc_config
435 else
436 if $lrecord_type == lrecord_type_fc_fontset
437 pstructtype fc_fontset
438 else 435 else
439 echo Unknown Lisp Object type\n 436 echo Unknown Lisp Object type\n
440 print $arg0 437 print $arg0
441 ## Barf, gag, retch 438 ## Barf, gag, retch
442 end
443 end 439 end
444 end 440 end
445 end 441 end
446 end 442 end
447 end 443 end