mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
Fix GDB startup with .gdbinit.
.gdbinit: Add a "set Fmake_symbol" line to force GDB to load the definition of "struct Lisp_Symbol".
This commit is contained in:
parent
b893a1502d
commit
76db6fccee
2 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
# Force loading of symbols, enough to give us gdb_valbits etc.
|
||||
set main
|
||||
# With some compilers, we need this to give us struct Lisp_Symbol etc.:
|
||||
set Fmake_symbol
|
||||
|
||||
# Find lwlib source files too.
|
||||
dir ../lwlib
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2010-04-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
|
||||
definition of "struct Lisp_Symbol".
|
||||
|
||||
2010-04-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* xdisp.c (pop_it): When the stack is popped after displaying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue