diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index ef4c8f0..b9555b7 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -20,6 +20,9 @@ #if !defined (TRACEPOINT_H) #define TRACEPOINT_H 1 +#include "breakpoint.h" +#include "target.h" + enum actionline_type { BADLINE = -1, @@ -177,4 +180,8 @@ extern void trace_status_mi (int on_stop); extern void tvariables_info_1 (void); +extern void tfind_1 (enum trace_find_type type, int num, + ULONGEST addr1, ULONGEST addr2, + int from_tty); + #endif /* TRACEPOINT_H */ |