Re: debugging with gdb
"Amol Hatwar" <[email protected]> Wed, 6 Apr 2005 17:08:00 +0530
| Newsgroups | gmane.user-groups.linux.delhi.devel |
|---|---|
| Message-ID | <[email protected]> |
* Chop * > What i wanted to > know was that can I as it is run the program, somehow break > at the entry point and be able to debug the assembly? > AFAIK, aything that runs with Cygwin has to be recompiled with cygwin(version).dll. Cygwin will not give you UNIX features... It merely serves as a API translation layer. I hope you are not using gdb on GNU/Linux to debug a Windows .exe. Also, compiling with Cygwin mangles code to unintelligible levels... Pray, why would you want to do what you do? Regards, ah