* As suggested by crash, made --with-sim-gpu2 option active only on -sky- target.
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 0ff59821a4baf8a4ed27ffe363ec25d6d1c4a67b..ad6a7b0d9a7d4172af7e5bf38ec61474ad367ea2 100644 (file)
@@ -98,8 +98,10 @@ extern struct tracepoint *tracepoint_chain;
 
 void (*create_tracepoint_hook) PARAMS ((struct tracepoint *));
 void (*delete_tracepoint_hook) PARAMS ((struct tracepoint *));
+void (*modify_tracepoint_hook) PARAMS ((struct tracepoint *));
 
 struct tracepoint *get_tracepoint_by_number PARAMS ((char **));
+void  free_actions PARAMS((struct tracepoint *));
 
 /* Walk the following statement or block through all tracepoints.
    ALL_TRACEPOINTS_SAFE does so even if the statment deletes the current
This page took 0.02345 seconds and 4 git commands to generate.