diff options
author | Chris Moller <cmoller@cygnus> | 2010-04-20 20:22:12 +0000 |
---|---|---|
committer | Chris Moller <cmoller@cygnus> | 2010-04-20 20:22:12 +0000 |
commit | ec31cde5942e935e74f6ff919ffc480dfa2f1bac (patch) | |
tree | 7489efc04d3803ca6ed1b1bc634dfd3b7cfcec6c /gdb/ChangeLog | |
parent | e0e0e543d53f0769de8c88cd4b580496c9efa66f (diff) | |
download | gdb-ec31cde5942e935e74f6ff919ffc480dfa2f1bac.zip gdb-ec31cde5942e935e74f6ff919ffc480dfa2f1bac.tar.gz gdb-ec31cde5942e935e74f6ff919ffc480dfa2f1bac.tar.bz2 |
PR 10867
* cp-valprint.c (global): Adding new static array recursion
detection obstack.
(cp_print_value_fields, cp_print_static_field): Added new static
array recursion detection code.
* gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
* gdb.cp/pr10687.cc: New file.
* gdb.cp/pr10687.exp: New file
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ac2399..f87175f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2010-04-20 Chris Moller <cmoller@redhat.com> + + PR 10867 + + * cp-valprint.c (global): Adding new static array recursion + detection obstack. + (cp_print_value_fields, cp_print_static_field): Added new static + array recursion detection code. + 2010-04-20 Mark Kettenis <kettenis@gnu.org> * i386-linux-tdep.c (i386_linux_regset_sections): Size of the |