Re: Can't debug mingw compiled program

2004-11-02 Thread Eric Pouech
I see some bug in stubs handling. Versions: i386-mingw32msvc-gcc-3.3.3 wine from last CVS Any suggestions? more likely something in dealing with the way mingw stores stabs in PE modules. Can you send me your 3.exe file ? TIA

Can't debug mingw compiled program

2004-11-02 Thread Vitaly Lipatov
During program debugging I have some trouble with winedbg use. Simple test program with error on write access to constant: #include int main(int argc, char **argv) { char * str = "test"; _strupr(str); return (0); } I try debug it: $ winedbg 3.exe Can't attach process 3