diff options
author | Tom Tromey <tromey@redhat.com> | 2012-01-24 21:36:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-01-24 21:36:37 +0000 |
commit | fa864999823be896ef9d00d06c67a853f588aa22 (patch) | |
tree | f521ced2bb3dfe866843cab35eecf4e06464800e /gdb/tracepoint.h | |
parent | f90263c12471deb24d0fb69c09b8039b1d50af16 (diff) | |
download | gdb-fa864999823be896ef9d00d06c67a853f588aa22.zip gdb-fa864999823be896ef9d00d06c67a853f588aa22.tar.gz gdb-fa864999823be896ef9d00d06c67a853f588aa22.tar.bz2 |
* 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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 8a1e77c..00c4d7c 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; |