This is the mail archive of the gdb@sources.redhat.com 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]

Re: GDB and shared libraries


>
> 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


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