ubsan: xgate: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index bef8a7f330d9744a167c2453da6448301c424f9f..46d17a359d91ba74e46cc777acedfac8e1e50e66 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB target debugging macros
 
-   Copyright (C) 2014-2019 Free Software Foundation, Inc.
+   Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
   target_debug_do_print (host_address_to_string (X))
 #define target_debug_print_std_string(X) \
   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 ()))
 
 static void
 target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
This page took 0.029485 seconds and 4 git commands to generate.