X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fwrapper.c;h=129479f2e19fd1e707c60b23ca2551263db82cd9;hb=dbfb31a45ca49473f5e49687c0845d4b6c2310d9;hp=7d8d6b353860c69ec74686b17e058c4ed131a509;hpb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/wrapper.c b/gdb/wrapper.c index 7d8d6b3538..129479f2e1 100644 --- a/gdb/wrapper.c +++ b/gdb/wrapper.c @@ -1,6 +1,7 @@ /* Longjump free calls to GDB internal routines. - Copyright (C) 1999, 2000, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2005, 2007, 2008, 2009 + Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -151,7 +152,7 @@ gdb_value_struct_elt (struct ui_out *uiout, struct value **result, { volatile struct gdb_exception except; - TRY_CATCH (except, RETURN_MASK_ALL) + TRY_CATCH (except, RETURN_MASK_ERROR) { *result = value_struct_elt (argp, args, name, static_memfuncp, err); }