[Ada/ravenscar] error during "continue" after task/thread switch
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 8bfad21790e03337d566cdfb50bf0842e8b3e6c4..f005c31f87168d5c17e3c4cef9f6f7b829a397b0 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for value printing routines for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2017 Free Software Foundation, Inc.
+   Copyright (C) 1986-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -121,9 +121,6 @@ extern void val_print_array_elements (struct type *, LONGEST,
                                      const struct value_print_options *,
                                      unsigned int);
 
-extern void val_print_type_code_int (struct type *, const gdb_byte *,
-                                    struct ui_file *);
-
 extern void val_print_scalar_formatted (struct type *,
                                        LONGEST,
                                        struct value *,
@@ -138,7 +135,7 @@ extern void print_octal_chars (struct ui_file *, const gdb_byte *,
                               unsigned int, enum bfd_endian);
 
 extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
-                                unsigned int, enum bfd_endian);
+                                unsigned int, bool, enum bfd_endian);
 
 extern void print_hex_chars (struct ui_file *, const gdb_byte *,
                             unsigned int, enum bfd_endian, bool);
This page took 0.025309 seconds and 4 git commands to generate.