Code::Blocks Forums
User forums => Help => Topic started by: 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
-
Have you tried this build of gdb: http://forums.codeblocks.org/index.php/topic,11301.0.html
Hint: asmwarrior and ollydbg are the same person:)
-
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
-
Thank you very much for your replies. I have installed the pre-build GDB provided by ollydbg and all seems fine.
Cheers,
aweld