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 95667e67960..ab47f0844ac 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -3,6 +3,9 @@
3# Force loading of symbols, enough to give us gdb_valbits etc. 3# Force loading of symbols, enough to give us gdb_valbits etc.
4set main 4set main
5 5
6# Find lwlib source files too.
7dir ../lwlib
8
6# This should be EMACS_INT, but in some cases that is a macro. 9# This should be EMACS_INT, but in some cases that is a macro.
7# long ought to work in all cases right now. 10# long ought to work in all cases right now.
8set $valmask = ((long)1 << gdb_valbits) - 1 11set $valmask = ((long)1 << gdb_valbits) - 1