* frame.c (frame_pop, frame_observer_target_changed): Call
[deliverable/binutils-gdb.git] / gdb / ocd.c
index 5e72b10fd630dcbeefb851af78a21f50f0a6385c..f52990088aac75d21c319941edc04b6f7ac05ff7 100644 (file)
--- a/gdb/ocd.c
+++ b/gdb/ocd.c
@@ -223,7 +223,7 @@ ocd_start_remote (void *dummy)
    doesn't happen here (in fact, it may not be possible to get the monitor to
    send the appropriate packet).  */
 
-  flush_cached_frames ();
+  reinit_frame_cache ();
   registers_changed ();
   stop_pc = read_pc ();
   print_stack_frame (get_selected_frame (NULL), 0, SRC_AND_LOC);
This page took 0.02268 seconds and 4 git commands to generate.