diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-20 20:26:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-20 20:26:39 +0000 |
commit | 9f4ff0c296819bbe3abd4c3717cf8677c5a89310 (patch) | |
tree | c78afa3d97beed409a34499506a59acaf6943a13 /gdb/ChangeLog | |
parent | 0d3a2e8a797020b3fe5c70f1ad148c8a7297bbdb (diff) | |
download | gdb-9f4ff0c296819bbe3abd4c3717cf8677c5a89310.zip gdb-9f4ff0c296819bbe3abd4c3717cf8677c5a89310.tar.gz gdb-9f4ff0c296819bbe3abd4c3717cf8677c5a89310.tar.bz2 |
* python/py-event.c (gdbpy_initialize_event_generic): Return
early if PyType_Ready fails.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4894c0d..5c4e290 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-05-20 Tom Tromey <tromey@redhat.com> + * python/py-event.c (gdbpy_initialize_event_generic): Return + early if PyType_Ready fails. + +2013-05-20 Tom Tromey <tromey@redhat.com> + * python/py-type.c (make_fielditem): Add gdb_assert_not_reached as 'default' in the switch. |