aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-28 07:48:15 +0000
committerRichard M. Stallman1996-06-28 07:48:15 +0000
commit39d10e52ed1603198e8ad8658e7a898f6b2a9f85 (patch)
treef127d5f7ce0eaeb602d71ddc6d017d64a706124f /src
parent37ae4d5c39d84a696ab19c149e326a624651b99c (diff)
downloademacs-39d10e52ed1603198e8ad8658e7a898f6b2a9f85.tar.gz
emacs-39d10e52ed1603198e8ad8658e7a898f6b2a9f85.zip
Add `dir ../lwlib'.
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