Change pid_to_str to return std::string
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index d9f7d46dd92e74cd2dcd290a94f03e94b395f33f..bef8a7f330d9744a167c2453da6448301c424f9f 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 ())
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.024607 seconds and 4 git commands to generate.