aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2013-10-02 08:33:27 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2013-10-02 08:33:27 +0000
commit562fc8499256c6eb50cd1517514b3e64e7040e5b (patch)
tree2155d3c9cd92fc7482b4b959dad0d5343a26da4a /gdb/ChangeLog
parentd7561cbbf27a8ff771f85baf6696aa7645250484 (diff)
downloadgdb-562fc8499256c6eb50cd1517514b3e64e7040e5b.zip
gdb-562fc8499256c6eb50cd1517514b3e64e7040e5b.tar.gz
gdb-562fc8499256c6eb50cd1517514b3e64e7040e5b.tar.bz2
2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
* python/lib/gdb/command/frame_filters.py (InfoFrameFilter.list_frame_filters): Retrieve exception manually. (ShowFrameFilterPriority.invoke): Ditto.
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 9f19d9e..22a2271 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
+
+ * python/lib/gdb/command/frame_filters.py
+ (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
+ (ShowFrameFilterPriority.invoke): Ditto.
+
2013-10-01 Keith Seitz <keiths@redhat.com>
* linespec.c (struct ls_parser): Make 'saved_arg' const.