]> git.eshelyaron.com Git - emacs.git/commitdiff
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 9d2f4224c9a397b8dcc9078092f829cabc21c064..87e3c2824d6ebf136afb52b84d6653fa29c13542 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