aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-08-23 20:23:55 +0000
committerTom Tromey <tromey@redhat.com>2010-08-23 20:23:55 +0000
commit05d0e1e74e28e8b02bd0a79c04a7a3f960b8000b (patch)
tree17cc48eaadaf850cba3d41a8e24c3d1e9901e52e /gdb/ChangeLog
parent702c27113693b383728d0b423f58389544a80614 (diff)
downloadgdb-05d0e1e74e28e8b02bd0a79c04a7a3f960b8000b.zip
gdb-05d0e1e74e28e8b02bd0a79c04a7a3f960b8000b.tar.gz
gdb-05d0e1e74e28e8b02bd0a79c04a7a3f960b8000b.tar.bz2
PR python/10953:
* python/py-type.c (typy_fields): Call check_typedef. (typy_template_argument): Add TRY_CATCH.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9aaa486..37cf16a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2010-08-23 Tom Tromey <tromey@redhat.com>
+ PR python/10953:
+ * python/py-type.c (typy_fields): Call check_typedef.
+ (typy_template_argument): Add TRY_CATCH.
+
+2010-08-23 Tom Tromey <tromey@redhat.com>
+
PR python/11915:
* python/py-type.c (typy_array): New function.
(type_object_methods): Add "array".