Do `set main' to make gdb_valbits etc. available.
authorRichard M. Stallman <rms@gnu.org>
Tue, 31 Oct 1995 00:55:50 +0000 (00:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 31 Oct 1995 00:55:50 +0000 (00:55 +0000)
src/.gdbinit

index 9d2f422..87e3c28 100644 (file)
@@ -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