Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 1 Mar 2002 09:15:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 1 Mar 2002 09:15:43 -0500 Received: from brooklyn-bridge.emea.veritas.com ([62.172.234.2]:25303 "EHLO einstein.homenet") by vger.kernel.org with ESMTP id ; Fri, 1 Mar 2002 09:15:28 -0500 Date: Fri, 1 Mar 2002 14:19:32 +0000 (GMT) From: Tigran Aivazian X-X-Sender: To: Joe Wong cc: Subject: Re: kdb In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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/