Remove DEF_VEC_P (varobj_p)
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index 580ecd493e1805f5ad8ea7c8d860be22bdc44f71..14196b444355436dc7b14ca8c79568151a78c891 100644 (file)
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_bfd_p(X) \
   target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_VEC_mem_region_s__p(X)      \
-  target_debug_do_print (host_address_to_string (X))
+#define target_debug_print_mem_region_vector(X) \
+  target_debug_do_print (host_address_to_string (X.data ()))
 #define target_debug_print_VEC_static_tracepoint_marker_p__p(X)        \
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_const_struct_target_desc_p(X)       \
This page took 0.023286 seconds and 4 git commands to generate.