diff options
| author | Eli Zaretskii | 2015-01-08 15:53:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-08 15:53:09 +0200 |
| commit | ad83cdacb6808377e2ef4f96e60ffb68dbf01cd9 (patch) | |
| tree | b8e07e06c561c7accbf0b37e1229052683e93303 /src/ChangeLog | |
| parent | daa18b5e85559ccea84bd9e8a5f8ac57cfa73189 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2015-01-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-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) |