From 5b28ce35e3ae2f024b79621577ed996f36c14d9e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Dec 2009 12:53:42 +0000 Subject: [PATCH] (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. --- src/.gdbinit | 2 +- src/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/.gdbinit b/src/.gdbinit index 6e717836376..949dfbfd480 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -455,7 +455,7 @@ define pgx 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) diff --git a/src/ChangeLog b/src/ChangeLog index 3858492a0b4..18a1a1cee3e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-12-26 Eli Zaretskii + + * .gdbinit (pgx): Fix display of composite glyphs. Display + cmp.from and cmp.to as well. + 2009-12-19 Eli Zaretskii * .gdbinit (pitx): Don't use enum names, use their values. Remove -- 2.39.5