framefilter quit: Make it exception safe
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:44:00 +0000 (14:44 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:44:00 +0000 (14:44 +0100)
commitb99bf4e352f8590ccee3fbe3b4b031efdfcccdab
tree4e215fc168d03e25b0d9b84b8673a5c3c914cb05
parent800eb1cebe736f6867d13e5df40a2c463a4b23ad
framefilter quit: Make it exception safe

gdb/ChangeLog
2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>

* python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
function comment.  Wrap all function that can throw in cleanups.
(gdbpy_apply_frame_filter): Wrap all function that can throw in
cleanups.
gdb/ChangeLog
gdb/python/py-framefilter.c