This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]