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] Use a frame ID instead of a frame


Andrew Cagney <ac131313@redhat.com> writes:
> Ok to commit?

Yes, it looks good to me.

I can't try it out, since it doesn't apply any more (I guess that's
what happens if you take too long to review something), but it seems
to me that it should have no effect on the behavior of the code at
all, since frame_id_eq actually ignores the PCs of the frame_ids it's
passed, so frame_id's behave just like the frame base addresses the
code used before.  Is that right?


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