Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2005 01:41:25 +0200
From:      yUnwEb <yunweb@yunweb.homeunix.org>
To:        doc@freebsd.org
Subject:   DevHandbook's little mistake
Message-ID:  <20050501014125.525d5da9@bender.zuazo.org>

next in thread | raw e-mail | index | archive | help
Hi,

In section 11.2 of the Developer's Handbook
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/k
erneldebug-gdb.html) at the beginning:

# cd /usr/obj/usr/src/sys/KERNCONF
# kgdb /boot/kernel/kernel.debug /var/crash/vmcore.0

I think it should be:
# cd /usr/obj/usr/src/sys/KERNCONF
# kgdb kernel.debug /var/crash/vmcore.0

Bye :)


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