From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FgTN1-0002Oc-RR for mharc-grub-devel@gnu.org; Wed, 17 May 2006 17:15:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgTMz-0002MO-Jq for grub-devel@gnu.org; Wed, 17 May 2006 17:15:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgTMx-0002Iv-2t for grub-devel@gnu.org; Wed, 17 May 2006 17:15:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgTMw-0002Ig-O2 for grub-devel@gnu.org; Wed, 17 May 2006 17:15:46 -0400 Received: from [24.25.9.100] (helo=ms-smtp-01.southeast.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgTPt-0006SA-8i for grub-devel@gnu.org; Wed, 17 May 2006 17:18:49 -0400 Received: from [192.168.16.101] (cpe-065-188-140-187.triad.res.rr.com [65.188.140.187]) by ms-smtp-01.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k4HLFido014470 for ; Wed, 17 May 2006 17:15:45 -0400 (EDT) Message-ID: <446B9280.2060703@xacks.com> Date: Wed, 17 May 2006 17:15:44 -0400 From: David Johnson User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <20060512132007.GA88582@meta.morph.sk> <44662951.2050600@xacks.com> <20060514140124.GA9983@meta.morph.sk> In-Reply-To: <20060514140124.GA9983@meta.morph.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Debugging GRUB2 with GDB and QEMU X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:15:49 -0000 Thanks, I now have gdb running as I expect in my module. David Lubomir Kundrak wrote: > I noticed, that when any segment is 0 bytes long and starts > at 0x0, gdb desn't resolve symbols correctly. > I have motified the gmodule.pl to reflect this. > Please check an updated version. > > regards, > lubo >