On Wed, 23 Mar 2011 10:23:50 +0000 (UTC)
Anton Yuzhaninov <cit...@citrin.ru> wrote:

> options         DDB_CTF
> options         KDTRACE_HOOKS
> makeoptions     DEBUG=-g
> makeoptions     WITH_CTF=1
> 
> I have rebuild kernel with this options, but:
> $ ctfdump -l /boot/kernel/kernel
> /boot/kernel/kernel does not contain .SUNW_ctf data
> 
> Is instruction in wiki outdated?

I think you need to specify WITH_CTF=1 on the commandline, e.g.

make WITH_CTF=1 buildkernel

-- 
Bruce Cran
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to