Restrict ia64_convert_register_p
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index ddbdfd16597b38152265f4118ed05991c6c99a38..6923608afdf614db736586be31e1bd9c43cf621c 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB target debugging macros
 
-   Copyright (C) 2014-2015 Free Software Foundation, Inc.
+   Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_enum_btrace_format(X)       \
   target_debug_do_print (plongest (X))
+#define target_debug_print_enum_record_method(X)       \
+  target_debug_do_print (plongest (X))
 #define target_debug_print_const_struct_btrace_config_p(X)     \
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_const_struct_btrace_target_info_p(X)        \
   target_debug_do_print (plongest (X))
 #define target_debug_print_enum_bptype(X) \
   target_debug_do_print (plongest (X))
+#define target_debug_print_struct_inferior_p(X)        \
+  target_debug_do_print (host_address_to_string (X))
+#define target_debug_print_enum_remove_bp_reason(X) \
+  target_debug_do_print (plongest (X))
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.023709 seconds and 4 git commands to generate.