Convert struct target_ops to C++
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index 233e4baf19325c9a52959baabfb215af436cddbe..5f3001b89f0e7c553881cd8cae01b4912efec222 100644 (file)
   target_debug_do_print (host_address_to_string (inf))
 #define target_debug_print_record_print_flags(X) \
   target_debug_do_print (plongest (X))
+#define target_debug_print_enum_info_proc_what(X) \
+  target_debug_do_print (plongest (X))
+#define target_debug_print_thread_control_capabilities(X) \
+  target_debug_do_print (plongest (X))
+#define target_debug_print_thread_info_p(X)    \
+  target_debug_do_print (host_address_to_string (X))
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.026675 seconds and 4 git commands to generate.