mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* frame.c (reinit_frame_cache): Only annotate if frames were
previously valid. * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer frames-invalid annotations.
This commit is contained in:
@ -1079,9 +1079,11 @@ reinit_frame_cache (void)
|
||||
obstack_free (&frame_cache_obstack, 0);
|
||||
obstack_init (&frame_cache_obstack);
|
||||
|
||||
if (current_frame != NULL)
|
||||
annotate_frames_invalid ();
|
||||
|
||||
current_frame = NULL; /* Invalidate cache */
|
||||
select_frame (NULL);
|
||||
annotate_frames_invalid ();
|
||||
if (frame_debug)
|
||||
fprintf_unfiltered (gdb_stdlog, "{ reinit_frame_cache () }\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user