* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 889cd54e331652f7c87aec6c4ef33dcea224a7e4..fc3e9a5d343f304f59846176da55ebca3644fdb9 100644 (file)
@@ -86,8 +86,12 @@ struct tracepoint
      aborting, so you can back up to just before the abort.  */
   int hit_count;
 
-  /* Thread number for thread-specific breakpoint, or -1 if don't care */ 
+  /* Thread number for thread-specific tracepoint, or -1 if don't care */ 
   int thread;
+
+  /* BFD section, in case of overlays: 
+     no, I don't know if tracepoints are really gonna work with overlays.  */
+  asection *section;
 };
 
 enum actionline_type
@@ -110,6 +114,8 @@ extern unsigned long trace_running_p;
 void (*create_tracepoint_hook) PARAMS ((struct tracepoint *));
 void (*delete_tracepoint_hook) PARAMS ((struct tracepoint *));
 void (*modify_tracepoint_hook) PARAMS ((struct tracepoint *));
+void (*trace_find_hook) PARAMS ((char *arg, int from_tty));
+void (*trace_start_stop_hook) PARAMS ((int start, int from_tty));
 
 struct tracepoint *get_tracepoint_by_number PARAMS ((char **));
 int get_traceframe_number PARAMS ((void));
This page took 0.025284 seconds and 4 git commands to generate.