summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-28 07:48:15 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-28 07:48:15 +0000
commit5ade4996517890bdd4bf3b460e24ab014571e837 (patch)
tree7fd3e61f5a77cf529740bc9f0cf68ae05195ed71 /src
parent28378078cab020b0122d4ddef7217b0a172e8550 (diff)
downloademacs-5ade4996517890bdd4bf3b460e24ab014571e837.tar.gz
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 @@
# Force loading of symbols, enough to give us gdb_valbits etc.
set main
+# Find lwlib source files too.
+dir ../lwlib
+
# 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