aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2010-12-01 16:49:41 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2010-12-01 16:49:41 +0000
commit4aac0db70f3720574c1e9102b7e2ca0d8c3390f6 (patch)
tree83f19377832460729528df099d1509c985b35d07 /gdb/ChangeLog
parent04276a0cf59acc47556856a1a6e9511fb5a98d3b (diff)
downloadgdb-4aac0db70f3720574c1e9102b7e2ca0d8c3390f6.zip
gdb-4aac0db70f3720574c1e9102b7e2ca0d8c3390f6.tar.gz
gdb-4aac0db70f3720574c1e9102b7e2ca0d8c3390f6.tar.bz2
* valops.c (value_assign): Returned value is never lazy. If a
C++ class type is returned, fix incorrect enclosing type / embedded offset. If internal variable is returned, allocate new internalvar value using value_of_internalvar. * NEWS: Document changes in behavior of "print x = 0" and similar expressions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0286cac..ad7278d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * valops.c (value_assign): Returned value is never lazy. If a
+ C++ class type is returned, fix incorrect enclosing type / embedded
+ offset. If internal variable is returned, allocate new internalvar
+ value using value_of_internalvar.
+
+ * NEWS: Document changes in behavior of "print x = 0" and similar
+ expressions.
+
2010-11-29 Doug Evans <dje@google.com>
* python/lib/gdb/printing.py (register_pretty_printer): Change