diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 4be9f231fa7..3c1fdfea9d3 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -25,6 +25,7 @@ #include "ax.h" #include "command.h" #include "break-common.h" +#include "probe.h" struct value; struct block; @@ -437,7 +438,7 @@ struct bp_location /* If the location comes from a probe point, this is the probe associated with it. */ - struct probe *probe; + struct bound_probe probe; char *function_name; |