Eric Pouech wrote:
Could you give any hints as to how to configure GDB with 'stabs in
PE' support? The only reference I could find in the GDB documentation
is:
"6.4.5 PE
Windows 95 and NT use the PE (/Portable Executable/) format for their
executables. PE is basically COFF with additional heade
Eric Pouech wrote:
Bryce McKinlay a écrit :
I'm trying to debug a windows .exe built with mingw using wine, but
winedbg seems to have problems reading stabs from the mingw-built
binary. My goal is to be able to debug a cross-compiled, native Java
(GCJ) application, but even a simple C &
Scott Ritchie wrote:
On Sat, 2005-01-01 at 18:04 -0800, Scott Ritchie wrote:
On Sat, 2005-01-01 at 17:53 -0500, Bryce McKinlay wrote:
I've attached the mingw-compiled C binary. Is it worth trying again with
a newwer WINE? Thanks!
Wait, I need to correct myself:
NOT ALWAYS.
I'm trying to debug a windows .exe built with mingw using wine, but
winedbg seems to have problems reading stabs from the mingw-built
binary. My goal is to be able to debug a cross-compiled, native Java
(GCJ) application, but even a simple C "hello world" seems to cause
problems.
My cross-buil