mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
Fix GDB startup with src/.gdbinit.
.gdbinit: Add a "set Fmake_symbol" line to force GDB load the definition of "struct Lisp_Symbol".
This commit is contained in:
parent
cbcfee6ef4
commit
2d4018aa48
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 load the
|
||||
definition of "struct Lisp_Symbol".
|
||||
|
||||
2010-04-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (CRT_DIR): New variable, set by configure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue