]> git.eshelyaron.com Git - emacs.git/commitdiff
(pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2009 12:53:42 +0000 (12:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2009 12:53:42 +0000 (12:53 +0000)
src/.gdbinit
src/ChangeLog

index 6e717836376869d8f12db9d570f3936deaf7e644..949dfbfd480aa9d3f923e922323b113f1ed55579 100644 (file)
@@ -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)
index 3858492a0b491155d11cd85206c35395f5fcba3b..18a1a1cee3e8f383750a36c9adc11b1093ce4e7d 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * .gdbinit (pgx): Fix display of composite glyphs.  Display
+       cmp.from and cmp.to as well.
+
 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
 
        * .gdbinit (pitx): Don't use enum names, use their values.  Remove