This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver and shared library


On Sat, Jan 21, 2006 at 02:09:19AM -0800, Frank Chen wrote:
> I need to debug xine with libxine. Running gdb on
> local machine, I am able to step into libxine.
> However, running gdb on remote machine, I could not
> step into libxine. What could be wrong?

Is the library present on both host and target machines?  Are the two
GDBs looking at the same filesystem (search for "set
solib-absolute-prefix")?

If that doesn't help, we need a transcript of your session in order to
help you.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]