x86: don't use opcode_length to identify pseudo prefixes
[deliverable/binutils-gdb.git] / gdbsupport / common-debug.h
index f3137870ffc3743b620c5d86e3b60cba344dfe42..05367401a7d2ac05a1284a4f15ca0d766f53c989 100644 (file)
@@ -66,6 +66,14 @@ extern void ATTRIBUTE_PRINTF (3, 0) debug_prefixed_vprintf
     } \
   while (0)
 
+#define debug_prefixed_printf_cond_nofunc(debug_enabled_cond, module, fmt, ...) \
+  do \
+    { \
+      if (debug_enabled_cond) \
+       debug_prefixed_printf (module, nullptr, fmt, ##__VA_ARGS__); \
+    } \
+  while (0)
+
 /* Nesting depth of scoped_debug_start_end objects.  */
 
 extern int debug_print_depth;
This page took 0.022765 seconds and 4 git commands to generate.