From: Fred Fish Date: Wed, 2 Jun 1993 04:57:17 +0000 (+0000) Subject: * target.c (target_read_memory_partial): Like target_read_memory, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68feeeedb7e7ff24fc2d7ebe9201ef7c8dd0deb9;p=binutils-gdb.git * target.c (target_read_memory_partial): Like target_read_memory, but does partial reads, such as reads that bump into the end of the address space. * target.h (target_read_memory_partial): Add prototype. * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200. * valprint.c (val_print_string): Complete rewrite to fix bug with bumping into end of memory, avoiding unnecessarily long reads, and fixing bug when print_max is set to 0 (unlimited print length). * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to initialize print_max. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3924cf17e0c..1abb25e2206 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Jun 1 21:22:39 1993 Fred Fish (fnf@cygnus.com) + + * target.c (target_read_memory_partial): Like target_read_memory, + but does partial reads, such as reads that bump into the end of + the address space. + * target.h (target_read_memory_partial): Add prototype. + * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200. + * valprint.c (val_print_string): Complete rewrite to fix bug with + bumping into end of memory, avoiding unnecessarily long reads, and + fixing bug when print_max is set to 0 (unlimited print length). + * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to + initialize print_max. + Tue Jun 1 18:11:35 1993 Rob Savoye (rob at darkstar.cygnus.com) * configure.in: Add support for rom68k and bug boot monitors.