aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-01-08 15:53:09 +0200
committerEli Zaretskii2015-01-08 15:53:09 +0200
commitad83cdacb6808377e2ef4f96e60ffb68dbf01cd9 (patch)
treeb8e07e06c561c7accbf0b37e1229052683e93303 /src/ChangeLog
parentdaa18b5e85559ccea84bd9e8a5f8ac57cfa73189 (diff)
downloademacs-ad83cdacb6808377e2ef4f96e60ffb68dbf01cd9.tar.gz
emacs-ad83cdacb6808377e2ef4f96e60ffb68dbf01cd9.zip
Fix GDB accesses to the 'nil's name.
src/.gdbinit (xsymname): New subroutine. (xprintsym, initial-tbreak): Use it to access the name of a symbol in a way that doesn't cause GDB to barf when it tries to dereference a NULL pointer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21bdc81d797..4365222ff7b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12015-01-08 Eli Zaretskii <eliz@gnu.org> 12015-01-08 Eli Zaretskii <eliz@gnu.org>
2 2
3 * .gdbinit (xsymname): New subroutine.
4 (xprintsym, initial-tbreak): Use it to access the name of a symbol
5 in a way that doesn't cause GDB to barf when it tries to
6 dereference a NULL pointer.
7
3 * xdisp.c (next_element_from_c_string): Use Lisp integer zero as 8 * xdisp.c (next_element_from_c_string): Use Lisp integer zero as
4 the object. 9 the object.
5 (set_cursor_from_row, try_cursor_movement, dump_glyph) 10 (set_cursor_from_row, try_cursor_movement, dump_glyph)