mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
* ada-lang.c: Include gdb_vecs.h.
* charset.c: Include gdb_vecs.h. * tracepoint.h: Include gdb_vecs.h. * gdb_vecs.h: New file.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user