projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4970fbf
)
(pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 26 Dec 2009 12:53:42 +0000
(12:53 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 26 Dec 2009 12:53:42 +0000
(12:53 +0000)
src/.gdbinit
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index 6e717836376869d8f12db9d570f3936deaf7e644..949dfbfd480aa9d3f923e922323b113f1ed55579 100644
(file)
--- 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 3858492a0b491155d11cd85206c35395f5fcba3b..18a1a1cee3e8f383750a36c9adc11b1093ce4e7d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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