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]

[gdb6.8] Cannot set breakpoint at path with round brackets


Hi everyone, is it known problem that gdb recognizes paths with round brackets as function? I have project inside 'c:/Program Files (x86)/...' and gdb searches for function 'c:/Program Files (x86)'. Is there any workaround (except moving project to another folder ;) )?

After:
-break-insert "\"C:/Program Files (x86)/Project/test.cpp\":12"

gdb returns:
Function "C:/Program Files (x86)" not defined.

Regards,
Bogdan

gdb6.8, mingw32, WindowsXP64


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