aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-10-13 14:54:14 +0000
committerTom Tromey <tromey@redhat.com>2011-10-13 14:54:14 +0000
commitd930d06e3fd1c821a020561a8cc583db005f7c10 (patch)
tree3dc0998b17a029af2db307f559fab3f17b10829c /gdb/ChangeLog
parenta7fc3f37d47e196365f04fea7e1f17b4d56b83e4 (diff)
downloadgdb-d930d06e3fd1c821a020561a8cc583db005f7c10.zip
gdb-d930d06e3fd1c821a020561a8cc583db005f7c10.tar.gz
gdb-d930d06e3fd1c821a020561a8cc583db005f7c10.tar.bz2
* python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
always released.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aa8a105..2251b08 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-10-13 Tom Tromey <tromey@redhat.com>
+ * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
+ always released.
+
+2011-10-13 Tom Tromey <tromey@redhat.com>
+
* python/py-type.c (typy_has_key): Make 'field' const.
2011-10-13 Luis Machado <lgustavo@codesourcery.com>