gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / cli-out.h
index d7bd23b0ef22ae7560866dc82452bfd0f4091f63..84e957ca89eb1d9deb3a239ace5dedbff9cf8e7b 100644 (file)
@@ -1,5 +1,5 @@
 /* Output generating routines for GDB CLI.
-   Copyright (C) 1999-2019 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
    This file is part of GDB.
@@ -59,9 +59,9 @@ protected:
                                const char *string,
                                const ui_file_style &style) override;
   virtual void do_field_fmt (int fldno, int width, ui_align align,
-                            const char *fldname, const char *format,
-                            va_list args)
-    override ATTRIBUTE_PRINTF (6,0);
+                            const char *fldname, const ui_file_style &style,
+                            const char *format, va_list args)
+    override ATTRIBUTE_PRINTF (7, 0);
   virtual void do_spaces (int numspaces) override;
   virtual void do_text (const char *string) override;
   virtual void do_message (const ui_file_style &style,
This page took 0.024755 seconds and 4 git commands to generate.