debug with gdb

Hello,

I use gdb to debug a C++ program. My program loads a dynamic library ans in this case, gdb needs library symbols. I use the command "add-symbol-file" and it seems to execute normally. The problem is that after I can't set any breakpoint. gdb returns an error "No attributs".
Someone got an idea ?

thanks
Topic archived. No new replies allowed.