summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-01-24 21:36:37 +0000
committerTom Tromey <tromey@redhat.com>2012-01-24 21:36:37 +0000
commita2127f5b008cc30a6949ac111fb460c1e91650b3 (patch)
tree4aad5b719dbe06930efc1a7db28ac8071d791a64 /gdb/tracepoint.h
parent011ad04db6bd4938623a2d3fb1ec95d360db4387 (diff)
downloadgdb-a2127f5b008cc30a6949ac111fb460c1e91650b3.tar.gz
* ada-lang.c: Include gdb_vecs.h.
* charset.c: Include gdb_vecs.h. * tracepoint.h: Include gdb_vecs.h. * gdb_vecs.h: New file.
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index 8a1e77ceeb8..00c4d7cb18b 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -22,6 +22,7 @@
#include "breakpoint.h"
#include "target.h"
#include "memrange.h"
+#include "gdb_vecs.h"
/* A trace state variable is a value managed by a target being
traced. A trace state variable (or tsv for short) can be accessed
@@ -143,8 +144,6 @@ extern char *default_collect;
/* Struct to collect random info about tracepoints on the target. */
-DEF_VEC_P (char_ptr);
-
struct uploaded_tp
{
int number;