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: RFC: Flush frame cache in value_assign


This patch just moves the flush from the lval_register /
lval_reg_frame_relative case to somewhere where it can also be used for
lval_memory.  Andrew, is this about what you had in mind?  It fixes
store.exp and causes no regressions in any configuration I tested.
Yes, anything like that.
Thanks!

Andrew

2003-01-14  Daniel Jacobowitz  <drow@mvista.com>

	* valops.c (value_assign): Flush frame cache after stores to memory
	also.




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