This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: gdbserver and "shared library event"


> 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


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