* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 4d586417563ccf0b3ec42600056045594cd142bc..e45f48de321a38e6043a5b0b8eaf55d912aadfff 100644 (file)
@@ -1,5 +1,6 @@
 /* Declarations for value printing routines for GDB, the GNU debugger.
-   Copyright 1986, 1988, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994
+             Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -29,8 +30,11 @@ extern int objectprint;              /* Controls looking up an object's derived type
                                   using what we find in its vtables.  */
 
 extern unsigned int print_max; /* Max # of chars for strings/vectors */
+
 extern int output_format;
 
+extern int stop_print_at_null;  /* Stop printing at null char? */
+
 extern void
 val_print_array_elements PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *,
                                  int, int, int, enum val_prettyprint, int));
This page took 0.022736 seconds and 4 git commands to generate.