News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

gdb breakpoint string format

Started by ouille, February 14, 2007, 04:33:37 PM

Previous topic - Next topic

ouille

Hello,

Trying to debug an application and associated dll.
It is not possible to have working breakpoint in the dll.
Trying to put such breakpoint return:
No source file named L:/raydium cb2/raydium/raydium/ode.c.
Breakpoint 2 ("L:/raydium cb2/raydium/raydium/ode.c:3647) pending.


but trying gdb direct command:
b "L:/raydium cb2/raydium/raydium//ode.c:3647"

work well, breakpoint is effective. Not displayed but stop program execution.

I think that a small reformat of gdb query string can solve the tip.

Have a nice day
Ouille