From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6182 invoked by alias); 29 Sep 2007 01:26:17 -0000 Received: (qmail 6173 invoked by uid 22791); 29 Sep 2007 01:26:16 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc14.comcast.net (HELO rwcrmhc14.comcast.net) (204.127.192.84) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 29 Sep 2007 01:26:15 +0000 Received: from [192.168.74.20] (c-71-62-243-179.hsd1.va.comcast.net[71.62.243.179]) by comcast.net (rwcrmhc14) with ESMTP id <20070929012613m1400jclvfe>; Sat, 29 Sep 2007 01:26:13 +0000 Message-ID: <46FDA9B4.2010003@ringle.org> Date: Sat, 29 Sep 2007 01:28:00 -0000 From: Jon Ringle User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jim Blandy CC: gdb@sourceware.org Subject: Re: No line number info debugging kernel modules with gdb 6.6.90.20070926-cvs (gdb 6.7 branch) References: <4DD3AF7ECBBC43409BA36508938D01851B00AE@CVAEX1.VERTICAL.COM> <46FC7961.2080706@ringle.org> <46FD72CE.9080603@ringle.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-09/txt/msg00261.txt.bz2 Jim Blandy wrote: > Okay. Some of the line table entries have been relocated into the > module's actual range (0xbf13100 on up), but others still look to me > like offsets within the .ko. Can you post the output from running > 'readelf -wil' on your .ko file? > I attempted to send the output in bz2 compressed format, however, even compressed it exceeded the mailing list's limit of 100000 bytes per email. I think you got it though Jim... Jon