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
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
2 matches
Mail list logo