aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2013-11-22 13:55:32 -0800
committerSterling Augustine <saugustine@google.com>2013-11-22 14:25:14 -0800
commit38e1f2a7d503d8abd788456782287383e0a0cfe8 (patch)
treef938b780d29006f12b50c3185828a93c5c7ac81d
parentf380848e84613364a17008f04e91bfef09eaf158 (diff)
downloadgdb-38e1f2a7d503d8abd788456782287383e0a0cfe8.zip
gdb-38e1f2a7d503d8abd788456782287383e0a0cfe8.tar.gz
gdb-38e1f2a7d503d8abd788456782287383e0a0cfe8.tar.bz2
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.
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd2a136..77aec04 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.