Re: gdb 7.3.50-2 fails to set a line breakpoint

2011-09-30 Thread Marco Atzeri
On 9/30/2011 4:59 PM, Egor Ushakov wrote: Hi, I try to set line breakpoint in gdb 7.3.50 and it fails with "No source file named c." It looks like it parses line breakpoint command arguments incorrectly: break file:line on Windows file name may contain colon (like C:\abc) and the command: break

gdb 7.3.50-2 fails to set a line breakpoint

2011-09-30 Thread Egor Ushakov
Hi, I try to set line breakpoint in gdb 7.3.50 and it fails with "No source file named c." It looks like it parses line breakpoint command arguments incorrectly: break file:line on Windows file name may contain colon (like C:\abc) and the command: break C:\abc:5 gives error: No source file name