Add target_ops argument to to_teardown_btrace
[deliverable/binutils-gdb.git] / gdb / target.h
index 123282ae753190afacff252eb9ac45b59b49f160..982bc185b64627b400d956dd4d052c444789c3e1 100644 (file)
@@ -914,7 +914,8 @@ struct target_ops
        to to_disable_btrace, except that it is called during teardown and is
        only allowed to perform actions that are safe.  A counter-example would
        be attempting to talk to a remote target.  */
-    void (*to_teardown_btrace) (struct btrace_target_info *tinfo);
+    void (*to_teardown_btrace) (struct target_ops *,
+                               struct btrace_target_info *tinfo);
 
     /* Read branch trace data for the thread indicated by BTINFO into DATA.
        DATA is cleared before new trace is added.
This page took 0.028578 seconds and 4 git commands to generate.