gdb: make target_ops::make_corefile_notes return a unique ptr
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index 65a14c41787432e6ece93c5c1b96cef1b064a043..12818da6679f739886caafbdbb0e42468c652873 100644 (file)
   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 ()))
+#define target_debug_print_gdb_unique_xmalloc_ptr_char(X) \
+  target_debug_do_print (X.get ())
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.034119 seconds and 4 git commands to generate.