Re: kdb

Tigran Aivazian (tigran@veritas.com)
Fri, 1 Mar 2002 14:19:32 +0000 (GMT)


On Fri, 1 Mar 2002, Joe Wong wrote:
> Is there any detailed descriptions on how to use kdb? I would like to
> know if it is possible to display the source code ( as in GDB ) in kdb.

There are some mm pages in Documentation/kdb subdirectory of the
kernel tree (assuming the tree was patched with kdb patch) which you read
like this:

# nroff -man kdb.mm | less

And no, you can't display source code with kdb. To do that use kgdb which
is available from:

http://kgdb.sourceforge.net

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/