Mercurial > emacs
comparison src/.gdbinit @ 108100:8cdd7952f894
Fix GDB startup with src/.gdbinit.
.gdbinit: Add a "set Fmake_symbol" line to force GDB load the
definition of "struct Lisp_Symbol".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Apr 2010 10:36:27 +0300 |
parents | 8cc4089eeeaa |
children | 7e4a23f2f3ea |
comparison
equal
deleted
inserted
replaced
108099:3040d386675c | 108100:8cdd7952f894 |
---|---|
19 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 # Boston, MA 02110-1301, USA. | 20 # Boston, MA 02110-1301, USA. |
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 |
27 #dir /gd/gnu/lesstif-0.89.9/lib/Xm | 29 #dir /gd/gnu/lesstif-0.89.9/lib/Xm |
28 | 30 |