]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `dir ../lwlib'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Jun 1996 07:48:15 +0000 (07:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Jun 1996 07:48:15 +0000 (07:48 +0000)
src/.gdbinit

index 95667e67960a5a84f488b99ad2961a63dd2f8bed..ab47f0844ac874fa694eda8a4a58a6d7a1479e16 100644 (file)
@@ -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