]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
framefilter quit: Make it exception safe
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:45:17 +0000 (14:45 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:45:17 +0000 (14:45 +0100)
commit5dea9fe2285fee5d53691856750a0c8960fca04d
tree7ba89cb1a7227694f471c0dc44d267d025a013f3
parent46d020960241fcafd7d0ab483746a206829620ea
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