Date: Fri, 27 Apr 2001 11:31:36 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pavenis AT lanet DOT lv Message-Id: <1659-Fri27Apr2001113135+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3AE94FF8.10469.397395@localhost> (pavenis@lanet.lv) Subject: Re: ANNOUNCE: Binutils 2.11 released References: <200104261711 DOT NAA00607 AT delorie DOT com> (snowball3 AT bigfoot DOT com) <3AE94FF8 DOT 10469 DOT 397395 AT localhost> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: pavenis AT lanet DOT lv > Date: Fri, 27 Apr 2001 10:54:48 +0300 > > (gdb) tb main > Breakpoint 1 at 0x1676 > (gdb) r > Starting program: c:/djgpp/test/hello.exe > 0x00001676 in main () > (gdb) where > #0 0x00001676 in main () > #1 0x00002f6c in __crt1_startup () > (gdb) l > 1 frame-dwarf2.c: No such file or directory (ENOENT). > in frame-dwarf2.c Thanks for testing. Sounds like the source file info is wrong. What does "info sources" print? Also, does "objdump --debugging hello.exe" print correct source file names? And where does frame-dwarf2.c come from?