Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async."
[binutils-gdb.git] / gdb / tui / tui-out.h
index edf0b912befe0bf48da0dfa7027d13bc0fe87f4f..b71d308cf1493ea9a31d9421c9d238b7d004660d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016-2019 Free Software Foundation, Inc.
+/* Copyright (C) 2016-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -32,13 +32,14 @@ public:
 
 protected:
 
-  void do_field_int (int fldno, int width, ui_align align, const char *fldname,
-                 int value) override;
+  void do_field_signed (int fldno, int width, ui_align align, const char *fldname,
+                       LONGEST value) override;
   void do_field_string (int fldno, int width, ui_align align, const char *fldname,
-                       const char *string, ui_out_style_kind style) override;
+                       const char *string, const ui_file_style &style) override;
   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 ui_file_style &style,
+                    const char *format, va_list args) override
+    ATTRIBUTE_PRINTF (7, 0);
   void do_text (const char *string) override;
 
 private: