News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

gdb 7.3.1 Bug 12843 : fail to set breakpoints on windows

Started by aweld, December 19, 2011, 12:33:51 AM

Previous topic - Next topic

aweld

Hi,

I am "suffering" from gdb's Bug 12843 under MinGW :

http://sourceware.org/bugzilla/show_bug.cgi?id=12843

Does anybody know of a workaround when using C::B (10.05 on w7)?  At the moment it doesn't set breakpoints because of the above bug in gdb.

Thank you

aweld

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: aweld on December 19, 2011, 12:33:51 AM
Hi,

I am "suffering" from gdb's Bug 12843 under MinGW :

http://sourceware.org/bugzilla/show_bug.cgi?id=12843

Does anybody know of a workaround when using C::B (10.05 on w7)?  At the moment it doesn't set breakpoints because of the above bug in gdb.

Thank you

aweld

This bug was already fixed in the GDB CVS HEAD. You can try my pre-build GDB as OBFUSCATED said. Or, you can download the official mingw GDB 7.3.1 (It integrate a patch to solve this issue).

asmwarrior
ollydbg
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

aweld

Thank you very much for your replies.  I have installed the pre-build GDB provided by ollydbg and all seems fine.

Cheers,

aweld