* common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
[deliverable/binutils-gdb.git] / gdb / probe.h
index 7c892ebad36013868cb025a12797263532feca23..f26d8dd6a0f2daf06afd9ef2bd05ba4ad490bee4 100644 (file)
 
 #include "gdb_vecs.h"
 
+/* Definition of a vector of probes.  */
+
+typedef struct probe *probe_p;
+DEF_VEC_P (probe_p);
+
 struct linespec_result;
 
 /* Structure useful for passing the header names in the method
This page took 0.023965 seconds and 4 git commands to generate.