* target.c (target_read_memory_partial): Like target_read_memory,
authorFred Fish <fnf@specifix.com>
Wed, 2 Jun 1993 04:57:17 +0000 (04:57 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 2 Jun 1993 04:57:17 +0000 (04:57 +0000)
commit68feeeedb7e7ff24fc2d7ebe9201ef7c8dd0deb9
treebcf50fe8ec5ab428ca8e2cc047d0d3953cd02aa1
parent46fc723ce3382ed054001c7e3566221ae61d4b02
* 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.
gdb/ChangeLog
This page took 0.024948 seconds and 4 git commands to generate.