diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 15ae55a..f887159 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2018-09-23 Tom Tromey <tom@tromey.com> + PR python/17284: + * python/py-type.c (typy_template_argument): Check for negative + argument number. + +2018-09-23 Tom Tromey <tom@tromey.com> + PR python/14062: * python/python.c (gdbpy_run_events): Do not ignore exceptions. |