diff options
Diffstat (limited to 'gdb/jv-valprint.c')
-rw-r--r-- | gdb/jv-valprint.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/jv-valprint.c b/gdb/jv-valprint.c index b282da8..0e5b97f 100644 --- a/gdb/jv-valprint.c +++ b/gdb/jv-valprint.c @@ -474,12 +474,9 @@ java_print_value_fields (struct type *type, const gdb_byte *valaddr, fprintf_filtered (stream, "}"); } -/* 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 java_val_print (struct type *type, const gdb_byte *valaddr, |