# HG changeset patch # User Eli Zaretskii # Date 1261831970 0 # Node ID 036850c09841118924380e27376bacf6bf89b513 # Parent c77520ecba039e7ff7056dd717ed9b103d8b54f7 (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. diff -r c77520ecba03 -r 036850c09841 src/.gdbinit --- a/src/.gdbinit Fri Dec 25 20:05:14 2009 +0000 +++ b/src/.gdbinit Sat Dec 26 12:52:50 2009 +0000 @@ -455,7 +455,7 @@ end # COMPOSITE_GLYPH if ($g->type == 1) - printf "COMP[%d]", $g->u.cmp_id + printf "COMP[%d (%d..%d)]", $g->u.cmp.id, $g->u.cmp.from, $g->u.cmp.to end # IMAGE_GLYPH if ($g->type == 2)