From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Smith To: egcs@cygnus.com Cc: gdb@sourceware.cygnus.com Subject: Re: GDB and shared libraries Date: Mon, 26 Feb 2001 16:07:00 -0000 Message-id: <3A9AF014.AEE27806@home.com> References: <3A84136A.23BAF90F@home.com> <1010209182220.ZM4621@localhost.localdomain> <3A845A56.5EF8F61@home.com> <3A9AB471.5F46554@home.com> <1010226205415.ZM30678@localhost.localdomain> <3A9ADDF4.FD998D6E@home.com> <1010226233506.ZM13209@ocotillo.lan> X-SW-Source: 2001-02/msg00395.html > > However, you ought to first verify that your shared library > implementation is SVR4-like enough for it to help. (See above.) > > If it doesn't, you can take one of two approaches: > > > 2) Add a solib-yourtarget.c backend. There are now two examples > in the sources: solib-svr4.c and solib-aix5.c. The eventual > goal is to migrate the other shared library support to use this > framework too. (So don't look at the other shared library support > that hasn't been migrated yet. Or if you do, don't do it that > way ;-) > > Kevin Since the other platform (that I have to get to work later) is x86 pe format I think I will go this route if necessary (and then add the code back into the gdb baseline). sps