Code::Blocks Forums

User forums => Help => Topic started by: aweld on December 19, 2011, 12:33:51 am

Title: gdb 7.3.1 Bug 12843 : fail to set breakpoints on windows
Post 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
Title: Re: gdb 7.3.1 Bug 12843 : fail to set breakpoints on windows
Post by: oBFusCATed on December 19, 2011, 12:39:54 am
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:)
Title: Re: gdb 7.3.1 Bug 12843 : fail to set breakpoints on windows
Post by: ollydbg on December 19, 2011, 04:03:44 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
Title: Re: gdb 7.3.1 Bug 12843 : fail to set breakpoints on windows
Post by: aweld on December 19, 2011, 09:52:14 pm
Thank you very much for your replies.  I have installed the pre-build GDB provided by ollydbg and all seems fine.

Cheers,

aweld