Date: Mon, 8 Jan 2001 14:52:05 -0500 Message-Id: <200101081952.OAA05184@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3A5A150E.E6EE5A6@telia.com> (message from Fredrik Hellman on Mon, 08 Jan 2001 19:30:41 GMT) Subject: Re: Strange function addresses References: <3A5A150E DOT E6EE5A6 AT telia DOT com> 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 > 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.