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: SIGSEGV on gdb 6.7*


On Mon, Feb 04, 2008 at 09:58:42PM +0000, Greg Law wrote:
> Should it be just flushregs that invalidates the frame cache, or should  
> it happen from registers_changed()?

Good question :-)  Probably registers_changed, but I suspect that
makes a lot of other reinit_frame_cache calls redundant.

In the long term there should be more than a single register cache,
and more than a single frame cache - one per thread, for instance.

-- 
Daniel Jacobowitz
CodeSourcery


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