]> Git Repo - binutils.git/blobdiff - gdb/breakpoint.h
gdb/testsuite/
[binutils.git] / gdb / breakpoint.h
index 01fc0e96691fd013ec7b7c7ddae61cb6e6ecdf7b..6b373a3592cfe0ac4a7fca19948a032023ef40e9 100644 (file)
@@ -513,6 +513,9 @@ struct breakpoint
 
     /* Chain of action lines to execute when this tracepoint is hit.  */
     struct action_line *actions;
+
+    /* The number of the tracepoint on the target.  */
+    int number_on_target;
   };
 
 typedef struct breakpoint *breakpoint_p;
@@ -985,6 +988,8 @@ extern void make_breakpoint_silent (struct breakpoint *);
 /* Return a tracepoint with the given number if found.  */
 extern struct breakpoint *get_tracepoint (int num);
 
+extern struct breakpoint *get_tracepoint_by_number_on_target (int num);
+
 /* Find a tracepoint by parsing a number in the supplied string.  */
 extern struct breakpoint *get_tracepoint_by_number (char **arg, int multi_p,
                                                    int optional_p);
This page took 0.027828 seconds and 4 git commands to generate.