summaryrefslogtreecommitdiffstats
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index ef4c8f0334..b9555b7848 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 */
OpenPOWER on IntegriCloud