changeset 13359:4c60f92bdaa6

Do `set main' to make gdb_valbits etc. available.
author Richard M. Stallman <rms@gnu.org>
date Tue, 31 Oct 1995 00:55:50 +0000
parents febf5ce4532c
children efe2270f061c
files src/.gdbinit
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/.gdbinit	Tue Oct 31 00:43:22 1995 +0000
+++ b/src/.gdbinit	Tue Oct 31 00:55:50 1995 +0000
@@ -1,5 +1,8 @@
 # Set up a mask to use.
 
+# Force loading of symbols, enough to give us gdb_valbits etc.
+set main
+
 # This should be EMACS_INT, but in some cases that is a macro.
 # long ought to work in all cases right now.
 set $valmask = ((long)1 << gdb_valbits) - 1