This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: linking a .so with libgcj.a ?


Andi Vajda writes:
 > 
 > > > warning: Unable to find dynamic linker breakpoint function.
 > > > GDB will be unable to debug shared library initializers
 > > > and track explicitly loaded dynamic code.
 > >
 > > That's a clue.  :-)
 > 
 > Yes, I noticed that too. Is there a way to help gdb with that ?

It might be because something has its debug info stripped.  Maybe
Python?

Andrew.


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