aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 9d2f4224c9a..87e3c2824d6 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -1,5 +1,8 @@
1# Set up a mask to use. 1# Set up a mask to use.
2 2
3# Force loading of symbols, enough to give us gdb_valbits etc.
4set main
5
3# This should be EMACS_INT, but in some cases that is a macro. 6# This should be EMACS_INT, but in some cases that is a macro.
4# long ought to work in all cases right now. 7# long ought to work in all cases right now.
5set $valmask = ((long)1 << gdb_valbits) - 1 8set $valmask = ((long)1 << gdb_valbits) - 1