Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 02:41:26 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf kern.pre.mk
Message-ID:  <200901150241.n0F2feuC053089@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2009-01-15 02:41:26 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk 
  Log:
  SVN rev 187260 on 2009-01-15 02:41:26Z by rodrigc
  
  When building up the command-line for the DTrace ctfmerge and ctfconvert
  utilities, add the ${DEBUG} variable from the kernel config.  Otherwise,
  if we build a kernel with WITH_CTF=1 set, ctfmerge will not have
  the -g flag set.  In this case, the cc has -g specified, so the
  .o files will have debug information generated, but since ctfmerge
  does not have -g set, it will strip out the ELF sections containing
  the DWARF debugging info, leading to a kernel without debugging symbols.
  
  Reviewed by:    jb
  
  Revision  Changes    Path
  1.104     +2 -2      src/sys/conf/kern.pre.mk



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