This is the mail archive of the gdb-patches@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: Save the length of inserted breakpoints


> Date: Fri, 3 Mar 2006 16:43:59 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 
> Do you believe it _should_ be the target vector's responsibility to
> remember inserted breakpoint details?

For details that are specific to a target, yes, I think so.

> I find this a little bit strange, since every target will have to do
> just about the same thing.

We could have a generic method that most of them could use.  Those
that have peculiarities, such as those which started this thread, will
have to provide their own methods.


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