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: [downstream patch FYI] workaround stale frame_info * (PR 13866)


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> It seems to me that combining the both points, we should be able
Pedro> to get back the old behavior, where calling a breakpoint
Pedro> insertion function wouldn't invalidate the frame chain.

That would definitely be an improvement.

The thinking behind my approach was that we would replace crashing bugs
involving a stale cache with performance bugs (and maybe not even
those).  I think this would be friendlier for users.

Tom


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