diff options
Diffstat (limited to 'gdb/p-valprint.c')
-rw-r--r-- | gdb/p-valprint.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gdb/p-valprint.c b/gdb/p-valprint.c index ca7606a..8e79070 100644 --- a/gdb/p-valprint.c +++ b/gdb/p-valprint.c @@ -40,15 +40,9 @@ #include "cp-support.h" - - -/* Print data of type TYPE located at VALADDR (within GDB), which came from - the inferior at address ADDRESS, onto stdio stream STREAM according to - OPTIONS. The data at VALADDR is in target byte order. - - If the data are a string pointer, returns the number of string characters - printed. */ - +/* See val_print for a description of the various parameters of this + function; they are identical. The semantics of the return value is + also identical to val_print. */ int pascal_val_print (struct type *type, const gdb_byte *valaddr, |