cvs commit: src/sys/conf kern.post.mk src/tools/debugscripts dot.gdbinit src/usr.sbin/asf asf.8 asf.c

Brian Feldman green at FreeBSD.org
Mon Nov 3 22:38:38 PST 2003


green       2003/11/03 22:38:37 PST

  FreeBSD src repository

  Modified files:
    sys/conf             kern.post.mk 
    tools/debugscripts   dot.gdbinit 
    usr.sbin/asf         asf.8 asf.c 
  Log:
  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
  
  Revision  Changes    Path
  1.50      +1 -1      src/sys/conf/kern.post.mk
  1.5       +1 -4      src/tools/debugscripts/dot.gdbinit
  1.5       +9 -2      src/usr.sbin/asf/asf.8
  1.6       +119 -20   src/usr.sbin/asf/asf.c


More information about the cvs-src mailing list