* gdb.texinfo (SVR4 Process Information, The isatty call)
[deliverable/binutils-gdb.git] / gdb / valprint.h
index ae93ff5ccb65e42f3dd68f405c7fb076ef0f539e..3a923a4d45fda07e7142b88d83dde35a5400a644 100644 (file)
@@ -1,5 +1,7 @@
 /* Declarations for value printing routines for GDB, the GNU debugger.
-   Copyright 1986, 1988, 1989, 1991-1994, 2000 Free Software Foundation, Inc.
+
+   Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 2000, 2005 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -48,11 +50,12 @@ extern int output_format;
 
 extern int stop_print_at_null; /* Stop printing at null char? */
 
-extern void val_print_array_elements (struct type *, char *, CORE_ADDR,
-                                     struct ui_file *, int, int, int,
-                                     enum val_prettyprint, unsigned int);
+extern void val_print_array_elements (struct type *, const bfd_byte *,
+                                     CORE_ADDR, struct ui_file *, int,
+                                     int, int, enum val_prettyprint,
+                                     unsigned int);
 
-extern void val_print_type_code_int (struct type *, char *,
+extern void val_print_type_code_int (struct type *, const bfd_byte *,
                                     struct ui_file *);
 
 extern void print_binary_chars (struct ui_file *, const bfd_byte *,
This page took 0.024857 seconds and 4 git commands to generate.