aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-01-06 17:16:58 +0000
committerTom Tromey <tromey@redhat.com>2011-01-06 17:16:58 +0000
commit57126e4a45e3000ea9aa429da6a4ee4646606a3a (patch)
treef92a042b4cba5b0811b3fb63b0cb741284ef1254 /gdb/ChangeLog
parent12505806d06803312a664d33cd05ab45067a67f1 (diff)
downloadgdb-57126e4a45e3000ea9aa429da6a4ee4646606a3a.zip
gdb-57126e4a45e3000ea9aa429da6a4ee4646606a3a.tar.gz
gdb-57126e4a45e3000ea9aa429da6a4ee4646606a3a.tar.bz2
* python/py-frame.c (frapy_block): Use get_frame_block.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a653f2f..6a1ed8b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-06 Tom Tromey <tromey@redhat.com>
+
+ * python/py-frame.c (frapy_block): Use get_frame_block.
+
2011-01-06 Joel Brobecker <brobecker@adacore.com>
Do not stop on SIGPRIO signals by default