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: [7/9] simplify pending breakpoints


> This patch makes breakpoint_re_set_one handle pending
> breakpoints and eliminates resolve_pending_breakpoints.
> As a side effect, when a pending breakpoint is resolved,
> it no longer changes number. The real purpose of this
> patch is that with multiple breakpoints, breakpoint_re_set_one
> gets to update the set of locations of a breakpoint, and this
> will automatically handle pending breakpoints anyway. OK?

I think that the fact that the breakpoint number of pending breakpoints
no longer changes is a feature in itself worthy of a NEWS entry. Several
people, in particular GUI developers, have been mentioning this issue.

-- 
Joel


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