Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index 3dd705cf7b70c4cc863eaad04f9efa1455e84639..63ce12cfaf33dd19a1aeed5d1497f875822699f5 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB target debugging macros
 
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_const_struct_frame_unwind_p(X)      \
   target_debug_do_print (host_address_to_string (X))
+#define target_debug_print_struct_btrace_data_p(X)     \
+  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_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 (host_address_to_string (X))
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.035123 seconds and 4 git commands to generate.