2013-11-22 Sterling Augustine <saugustine@google.com>

PR gdb/16196:
     * valprint.c (read_string): Set new variable fetchlen based on
     fetchlimit and size.  Use it in call to partial_memory_read.
     Update comment.
This commit is contained in:
Sterling Augustine 2013-11-22 13:55:32 -08:00
parent f380848e84
commit 38e1f2a7d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2013-11-22 Sterling Augustine <saugustine@google.com>
PR backtrace/16196:
PR gdb/16196:
* valprint.c (read_string): Set new variable fetchlen based on
fetchlimit and size. Use it in call to partial_memory_read.
Update comment.