This is the mail archive of the gdb-patches@sources.redhat.com 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: RFA: Breakpoint infrastructure cleanups [0/8]


On 08 Oct 2003 13:05:34 -0500, Jim Blandy <jimb@redhat.com> said:

> This sounds really great.

Amen.

> When you think about what actually is happening in the debuggee, the
> mapping is actually many-to-many, since you can have multiple user
> breakpoints at the same address.  Not that this affects your data
> structures --- just an observation.

I do wonder what will happen to the duplicate breakpoint message
eventually.  Or situations where two different user breakpoints both
contain command lists and both map to the same machine breakpoint.
(Is that possible?  Probably in the case of inlining.)  But we
certainly don't have to worry about those sorts of issues right now.

> How about "user breakpoints" and "machine breakpoints"?

I like those names too. 

David Carlton
carlton@kealia.com


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