projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f380848
)
2013-11-22 Sterling Augustine <saugustine@google.com>
author
Sterling Augustine
<saugustine@google.com>
Fri, 22 Nov 2013 21:55:32 +0000
(13:55 -0800)
committer
Sterling Augustine
<saugustine@google.com>
Fri, 22 Nov 2013 22:25:14 +0000
(14:25 -0800)
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.
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index cd2a13681cad988f96452982ed0efba2a2bcebff..77aec049c1a789e9ede901b5c78d1261dd343f43 100644
(file)
--- 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.