From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25548 invoked by alias); 8 Jan 2009 14:09:08 -0000 Received: (qmail 25540 invoked by uid 22791); 8 Jan 2009 14:09:07 -0000 X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_20,DATE_IN_FUTURE_06_12,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.179) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jan 2009 14:09:00 +0000 Received: by wa-out-1112.google.com with SMTP id v33so5157513wah.24 for ; Thu, 08 Jan 2009 06:08:58 -0800 (PST) Received: by 10.114.196.1 with SMTP id t1mr16092724waf.107.1231423738424; Thu, 08 Jan 2009 06:08:58 -0800 (PST) Received: from xpjpn (pool-71-111-133-125.ptldor.dsl-w.verizon.net [71.111.133.125]) by mx.google.com with ESMTPS id n20sm39133769pof.17.2009.01.08.06.08.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Jan 2009 06:08:57 -0800 (PST) To: References: Subject: RE: symbolic debug of loadable modules with kgdb light Date: Thu, 08 Jan 2009 14:09:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: From: Caz Yokoyama Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00037.txt.bz2 Hello, I started a sourceforge project called kgdb-light (http://sourceforge.net/projects/kgdb-light/). kgdb-light is a modified gdb which handles symbol tables of loadable modules of Linux kernel 2.6.26 and later. Linux kernel 2.6.26 and later integrates kernel debugging under kernel hacking. Gdb handles symbol table of Linux kernel, but it does not for loadable modules. Kgdb-light updates internal symbol table by reading "struct module" in kernel. I also modified gdb to send Magic SysRq, therefore, target may locate far away. Is there anyway to integrate my modifications to gdb? -Caz Yokoyama, caz at caztech dot com. 503-804-1028(m).