2010-03-18 Stan Shebs <stan@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / target.c
index f253ee0713c9b34b76fe01215cdc1212464ceefd..bd5711f19a1d9b487d90720f6b34226385d1f1d7 100644 (file)
@@ -659,6 +659,7 @@ update_current_target (void)
       INHERIT (to_upload_trace_state_variables, t);
       INHERIT (to_get_raw_trace_data, t);
       INHERIT (to_set_disconnected_tracing, t);
+      INHERIT (to_set_circular_trace_buffer, t);
       INHERIT (to_magic, t);
       /* Do not inherit to_memory_map.  */
       /* Do not inherit to_flash_erase.  */
@@ -848,7 +849,10 @@ update_current_target (void)
            tcomplain);
   de_fault (to_set_disconnected_tracing,
            (void (*) (int))
-           tcomplain);
+           target_ignore);
+  de_fault (to_set_circular_trace_buffer,
+           (void (*) (int))
+           target_ignore);
 #undef de_fault
 
   /* Finally, position the target-stack beneath the squashed
This page took 0.025559 seconds and 4 git commands to generate.