diff options
author | grog <grog@FreeBSD.org> | 2003-06-12 08:11:08 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-06-12 08:11:08 +0000 |
commit | 2ab324d92f2f99d78f29a9ba60e06c93498eceed (patch) | |
tree | 72edd5d32afcc5cc7e08c35fc3d674335f02b70c /tools/debugscripts | |
parent | a23727d13de564fb84a3666e8cf6a76e4d52f229 (diff) | |
download | FreeBSD-src-2ab324d92f2f99d78f29a9ba60e06c93498eceed.zip FreeBSD-src-2ab324d92f2f99d78f29a9ba60e06c93498eceed.tar.gz |
Replace hard-coded module path with a keyword which gets changed when
the kernel is built.
Diffstat (limited to 'tools/debugscripts')
-rw-r--r-- | tools/debugscripts/dot.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit index 728cf5b..cd4dad7 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -20,7 +20,7 @@ kldstat echo Select the list above with the mouse, paste into the screen\n echo and then press ^D. Yes, this is annoying.\n # This should be the path of the real modules directory. -shell asf modules/src/FreeBSD/5-CURRENT-ZAPHOD/src/sys/modules +shell asf MODPATH source .asf end |