]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r288490: Add debug file extension to kldxref(8)
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 22 Apr 2016 21:43:44 +0000 (21:43 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 22 Apr 2016 21:43:44 +0000 (21:43 +0000)
commit07096c2c17a55284b74129c25281bae2bcb1ae84
tree2f59922307305ceaf517c9db750288bf3b26d5a9
parente61c3e1174fb185da444de8f51edfaecd0082307
MFC r288490: Add debug file extension to kldxref(8)

  After r288176 [in head] kernel debug files have the extension .debug.
  They also moved [in head] to /usr/lib/debug/boot/kernel by default so
  in the normal case kldxref does not encounter them.  A src.conf(5)
  setting may be used to continue installing them in /boot/kernel
  though, so have kldxref skip .debug files in addition to .symbols
  files.

Merged this change to avoid warnings when a stable/10 kldxref runs
against a head install, perhaps on an upgrade to 11-CURRENT.  The change
to kernel debug files will not be merged to stable/10.

git-svn-id: svn://svn.freebsd.org/base/stable/10@298494 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/kldxref/kldxref.c