From: "Fredrik Hellman" Newsgroups: comp.os.msdos.djgpp References: <3A5A150E DOT E6EE5A6 AT telia DOT com> <200101081952 DOT OAA05184 AT envy DOT delorie DOT com> Subject: SV: Strange function addresses Lines: 19 Organization: Freli X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Mon, 08 Jan 2001 20:49:17 GMT NNTP-Posting-Host: 62.20.145.143 X-Complaints-To: abuse AT telia DOT com X-Trace: newsc.telia.net 978986957 62.20.145.143 (Mon, 08 Jan 2001 21:49:17 CET) NNTP-Posting-Date: Mon, 08 Jan 2001 21:49:17 CET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hehe, hi again! I found out that the debuggers you were refering doesn't support plain binary executable format. Does edebug support that? In that case, where can I download it? Fredrik Hellman mrhellman AT telia DOT com DJ Delorie skrev i diskussionsgruppsmeddelandet:200101081952 DOT OAA05184 AT envy DOT delorie DOT com... > > > You can't debug 32-bit programs with a 16-bit debugger. Use one of > > DJGPP's debuggers, like gdb, rhgdb, or edebug. > > Oh, and use "objdump -d foo.exe" to see what your program *really* > looks like.