]> 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:50:09 +0000 (14:50 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Feb 2015 13:50:09 +0000 (14:50 +0100)
commite1fcd5757be08c23c5e72595d3cc4f5736fa7cda
treed0eaeb8b8ef65e69c2843831ae525305b91ff05a
parent4185814eb444c3a793dcb7ef567acf3d74019d07
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