This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: gdbserver and "shared library event"
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: deuling at de dot ibm dot com
- Cc: gdb at sources dot redhat dot com
- Date: Wed, 17 Jan 2007 22:52:57 +0100 (CET)
- Subject: Re: gdbserver and "shared library event"
- References: <45ADDC29.6060006@de.ibm.com>
> Date: Wed, 17 Jan 2007 09:19:53 +0100
> From: Markus Deuling <deuling@de.ibm.com>
>
> Hi,
>
> I try to figure out how gdbserver tells gdb that a shared library
> event occured eg after dlopen().
> I don't find it neither in "GDB Remote Serial Protocol" nor in
> gdbserver source.
>
> Are shared libraries only handled in GDB ? Why is there nothing with
> solib in gdbserver ?
>
> Thanks in advance.
Shared library support is a high-level feature that is implemented
using low-level features like target memory read and breakpoints.
Mark