diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-07-07 19:36:09 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-07-07 19:36:09 +0000 |
commit | 570e2b1a04ef8ec53e236b0bdd2fae2c777e3268 (patch) | |
tree | f3f17e077c6302ab63d4787e7d52821095ca9f46 /gdb/ChangeLog | |
parent | 8c902bb1fe198081e40e925140473001c1c9e486 (diff) | |
download | gdb-570e2b1a04ef8ec53e236b0bdd2fae2c777e3268.zip gdb-570e2b1a04ef8ec53e236b0bdd2fae2c777e3268.tar.gz gdb-570e2b1a04ef8ec53e236b0bdd2fae2c777e3268.tar.bz2 |
2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
* python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 56480f1..1178a93 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com> + + * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH. + 2009-07-07 Sami Wagiaalla <swagiaal@redhat.com> * cp-support.h (struct using_direct): Rename members inner and |