This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA] Encapsulate method of searching for a solib.
- To: Michael Snyder <msnyder at cygnus dot com>, gdb-patches at sources dot redhat dot com
- Subject: Re: [RFA] Encapsulate method of searching for a solib.
- From: Kevin Buettner <kevinb at cygnus dot com>
- Date: Tue, 31 Oct 2000 17:28:07 -0700
- References: <200010312203.OAA25580@cleaver.cygnus.com>
On Oct 31, 2:03pm, Michael Snyder wrote:
> * solib-svr4.h (solib_open): Export the declaration.
Woops. Now that I stare at it a bit longer, I think that the
exported declaration ought to go somewhere else. I suggest
solist.h. (Actually, I think we ought to rename solist.h to
solib-private.h. The intent is that it should only be included
by solib.c and the various solib backends.)
Kevin