Author Topic: gdb breakpoint string format  (Read 3123 times)

Offline ouille

  • Multiple posting newcomer
  • *
  • Posts: 21
gdb breakpoint string format
« on: February 14, 2007, 04:33:37 pm »
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:
Code
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:
Code
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