This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Use TRY/CATCH in remove_prev_frame


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

>> +  CATCH (ex, RETURN_MASK_ERROR)

Pedro> Use RETURN_MASK_ALL.

I made this change but someone may want to audit the other uses of
TRY/CATCH in frame.c.  They all use RETURN_MASK_ERROR.  Or I could just
convert them all.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]