[mingw,gdb CVS HEAD] can't set breakpoint

Keith Seitz keiths@redhat.com
Sun Jul 29 19:01:00 GMT 2012


On 07/26/2012 10:01 PM, asmwarrior wrote:
> On 2012-7-27 12:04, asmwarrior wrote:
>> I just see this message: (when debugging under Code::Blocks)
>>
>> [debug]> break "E:/code/cb/test_code/Toggle/MyWXMain.cpp:66"
>> [debug]Function "66" not defined in
>> "E:/code/cb/test_code/Toggle/MyWXMain.cpp".
>> [debug]Breakpoint 2 ("E:/code/cb/test_code/Toggle/MyWXMain.cpp:66")
>> pending.

The problem is that the linespec is quoted. Quotation is not needed 
anymore (and even in the case you have sighted, it was never needed in 
any 7.x version of gdb).

I will work on a patch.

Thank you for reporting this.
Keith



More information about the Gdb mailing list