Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Mar 2002 17:42:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Mar 2002 17:42:26 -0500 Received: from lightning.swansea.linux.org.uk ([194.168.151.1]:61968 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Thu, 21 Mar 2002 17:42:10 -0500 Subject: Re: module (kernel) debugging To: HGadi@ecutel.com (Hari Gadi) Date: Thu, 21 Mar 2002 22:58:26 +0000 (GMT) Cc: linux-kernel@vger.kernel.org In-Reply-To: from "Hari Gadi" at Mar 21, 2002 05:15:48 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > I am new to kernel level development. What are the best ways to debug runtime > kernel (module). Your brain 8) > Are there any third party tools for debugging the kernel. Several kgdb - debug the kernel with gdb from another PC kdb - patch for in kernel debugger UML - user mode linux (good for fs not so good for driver work) - 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/