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: [PATCH v2 18/22] Remove some now-dead exception code


On 02/27/2019 08:18 PM, Tom Tromey wrote:
> After the rewriting to use try/catch, some of the exception code is
> now unused.  This patch removes that code.
> 
> gdb/ChangeLog
> 2019-02-27  Tom Tromey  <tom@tromey.com>
> 
> 	* common/common-exceptions.h (exception_rethrow): Don't declare.
> 	(TRY_SJLJ): Update comment.
> 	(TRY, CATCH, END_CATCH): Remove.
> 	* common/common-exceptions.c (exception_rethrow): Remove.

OK.

Thanks,
Pedro Alves


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