From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 22 Aug 2001 09:43:49 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: rhgdb and dwarf2 oddity Message-ID: <3B837ED5.9470.9EB9A@localhost> In-reply-to: <7263-Wed22Aug2001091103+0300-eliz@is.elta.co.il> References: <3B82C0E4 DOT 31510 DOT 103144 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Does this happen with GDB as well? No, but I also don't know what the equivalent sequence of commands would be. If load the program and set a breakpoint, gdb does it without complaint. > > Also, what GDB sources were used to build RHGDB? is this some recent > snapshot, or something older? I used rhgdb from the august 14th build of rhide 1.4.7.9 from > (Btw, does the ported Binutils 2.11.2 support DWARF2?) I discovered yesterday that the alignment for dwarf2 sections must be set to 0 so padding isn't added that would confuse gdb. Otherwise it may unable to use dwarf2 info. So the current version of 2.11.2 has a rather serious problem with dwarf2 support. Mark