2008-02-26 Michael Snyder * regcache.c (reg_flush_command): Void the frame cache as well as the registers cache. Index: regcache.c =================================================================== RCS file: /cvs/src/src/gdb/regcache.c,v retrieving revision 1.164 diff -p -r1.164 regcache.c *** regcache.c 18 Feb 2008 16:37:17 -0000 1.164 --- regcache.c 26 Feb 2008 22:57:31 -0000 *************** reg_flush_command (char *command, int fr *** 873,878 **** --- 873,879 ---- { /* Force-flush the register cache. */ registers_changed (); + reinit_frame_cache (); if (from_tty) printf_filtered (_("Register cache flushed.\n")); }