Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2003 22:38:37 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf kern.post.mk src/tools/debugscripts dot.gdbinit src/usr.sbin/asf asf.8 asf.c
Message-ID:  <200311040638.hA46cb1I075677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311040638.hA46cb1I075677>