diff options
| -rw-r--r-- | src/.gdbinit | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index 32b3827b22d..5ecdaa4a572 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | 21 | ||
| 22 | # Force loading of symbols, enough to give us gdb_valbits etc. | 22 | # Force loading of symbols, enough to give us gdb_valbits etc. |
| 23 | set main | 23 | set main |
| 24 | # With some compilers, we need this to give us struct Lisp_Symbol etc.: | ||
| 25 | set Fmake_symbol | ||
| 24 | 26 | ||
| 25 | # Find lwlib source files too. | 27 | # Find lwlib source files too. |
| 26 | dir ../lwlib | 28 | dir ../lwlib |
diff --git a/src/ChangeLog b/src/ChangeLog index f5f6e8c4421..66fc3c1546b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the | ||
| 4 | definition of "struct Lisp_Symbol". | ||
| 5 | |||
| 1 | 2010-04-23 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-04-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (pop_it): When the stack is popped after displaying | 8 | * xdisp.c (pop_it): When the stack is popped after displaying |