]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
framefilter quit: Use RETURN_MASK_ERROR
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:51:36 +0000 (14:51 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:51:36 +0000 (14:51 +0100)
commitcf3f71d273c607ecd1e912ce9fe8121da320c6a9
tree7cb5c3dfc5ca20c584b1cadb6410ba89ebf54368
parent5dea9fe2285fee5d53691856750a0c8960fca04d
framefilter quit: Use RETURN_MASK_ERROR

Now when the code is exception safe we can let RETURN_QUIT to pass through as
all the installed cleanups with handle that.

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

* python/py-framefilter.c (py_print_single_arg, enumerate_locals)
(py_print_frame): Use RETURN_MASK_ERROR.
gdb/ChangeLog
gdb/python/py-framefilter.c