2002-03-01 14:03:26

by Joe Wong

[permalink] [raw]
Subject: kdb

Hello,

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.

TIA.

- Joe


2002-03-01 14:15:53

by Tigran Aivazian

[permalink] [raw]
Subject: Re: kdb

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