Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index d9f7d46dd92e74cd2dcd290a94f03e94b395f33f..aa2adcec3d21af3ec79a97a389d16c0832b356bb 100644 (file)
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_thread_info_pp(X)           \
   target_debug_do_print (host_address_to_string (X))
+#define target_debug_print_std_string(X) \
+  target_debug_do_print ((X).c_str ())
+#define target_debug_print_gdb_byte_vector(X)  \
+  target_debug_do_print (host_address_to_string (X.data ()))
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.024324 seconds and 4 git commands to generate.