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
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