From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 21 Aug 2001 20:13:24 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: rhgdb and dwarf2 oddity Message-ID: <3B82C0E4.31510.103144@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Hi all, You can finally debug programs using dwarf2 with rhgdb/rhide after applying the dwarf2 section alignment fixes for binutils I posted to the binutils list. I've found an anomaly debugging dwarf2 with rhgdb (didn't test rhide). When I set a breakpoint at a line with dwarf2 info, rhgbd sets the breakpoint without complaint. Quit rhgdb and then run it again with the same program. This time rhgdb complains the breakpoint just set is invalid. But running the program with Run | Run generates no complaint like an invalid breakpoint would, and the program does stop at the breakpoint. Mark