From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Smith To: GDB Subject: Re: GDB and shared libraries Date: Mon, 26 Feb 2001 20:51:00 -0000 Message-id: <3A9B3292.BFF1D69D@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/msg00404.html Let's pretend that my system is not SVR4 in nature and that I have source so a very minimal gdb server for an embedded system that currently communicates with gdb for debugging of normal gcc applications. Let's not assume that there are any special hooks in gdb for debugging shared libraries. What commands or data would the gdb server have to send to gdb to enable the debugging of shared libraries. Stephen