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: [RFC] problem fetching inferior memory due to breakpoint


On Wed, Apr 26, 2006 at 06:37:14PM -0700, Michael Snyder wrote:
> If the breakpoints_inserted flag were made globally available
> (thru an accessor method, of course), then there is a really
> inexpensive way to determine that the list-walking step may
> be skipped.

Right, but my point is that the concept of an "all breakpoints are
inserted" flag may have its days numbered.  If we want to scale
to large numbers of breakpoints - e.g. on an inlined function -
I don't think we can remove all breakpoints.

-- 
Daniel Jacobowitz
CodeSourcery


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