I have a QNX program that calls routines in shared libraries I also 
created.  I am stepping through main() and when I get to a routine in a 
shared library, I expected it to step into it (both main and the shared 
library were compiled with -g).  However, it just steps over it, even with 
i try stepi.  I did the following:
target qnx pty
set auto-solib-add 1
sym /...path.../client
run /...path.../client
br 56 (line number)
c
step (repeatedly after break)

The program and shared libraries are in the same path.  The source is in 
another path and broken out by directory (for each shared object).

What am I missing so that I can step into these routines...

Thanks.
[EMAIL PROTECTED]




_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to