]> code.delx.au - gnu-emacs/blobdiff - src/.gdbinit
(display_text_line): Move the code to fill out the line
[gnu-emacs] / 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