This is the mail archive of the gdb-patches@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: [PATCH 5/6] New JIT unwinder.


On Sat, 20 Aug 2011 20:29:52 +0200, Mark Kettenis wrote:
> > Couldn't GDB just export these functions to the plugin without having to use
> > the callbacks vector?  Python does so, libthread_db does so (see
> > proc-service.list).
> 
> I'd say that's a bad idea.  The --dynamic-list linker option isn't
> uniformly available, and even -rdynamic may not work everywehere.

But neither glibc libthread_db nor Python works there.  But it is true I heard
some platforms have problems creating libraries with referenced unresolved by
any other library.


Jan


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