bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stepping into sharedlibraries


From: spoon
Subject: stepping into sharedlibraries
Date: Tue, 8 Oct 2002 16:48:39 -0400 (EDT)

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.
address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]