freebsd-dev/usr.sbin/asf
Brian Feldman afdc68c42f Add a "-f" flag for asf(8) which performs a search to find the each module
no matter where in the directory structure it may be.  Use this and the "-k"
flag in the generated gdbinit files so that the "getsyms" function in gdb
requires no user intervention to run and will find every module if they're
in the kernel build's module directory.  This is still quite useful for
cases where gdb knows that the path for some modules is /boot/kernel and
others are in the object directory for /usr/src/sys/$ARCH/compile/kernel.

Approved by:	grog
2003-11-04 06:38:37 +00:00
..
asf.8 Add a "-f" flag for asf(8) which performs a search to find the each module 2003-11-04 06:38:37 +00:00
asf.c Add a "-f" flag for asf(8) which performs a search to find the each module 2003-11-04 06:38:37 +00:00
Makefile Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now, 2003-06-08 08:38:11 +00:00