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: GDB solib interface


On Thu, Jan 04, 2007 at 02:46:13PM -0700, Smith, Stephen (SWCOE) wrote:
> So you are saying that after a continue, single step, etc.   If my
> libraries have changed,  I send a T packet and then what I normally
> would have sent?

When you detect a library change, you should stop, and add the
appropriate clause to your 'T' packet response for that stop so that
GDB knows why you stopped.  You should probably be using 'T' already.

-- 
Daniel Jacobowitz
CodeSourcery


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