gdb/riscv: Use legacy register numbers in default target description
[external/binutils.git] / gdb / common / common-exceptions.c
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-10 Pedro AlvesEliminate catch_errors
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-04-22 Pedro AlvesPropagate GDB/C++ exceptions across readline using...
2016-04-12 Pedro AlvesUse setjmp/longjmp for TRY/CATCH instead of sigsetjmp...
2016-04-12 Pedro AlvesEliminate prepare_to_throw_exception
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro Alves[C++] Always use setjmp/longjmp for exceptions
2015-10-29 Pedro AlvesAdd cast to exception_none
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-03-07 Pedro AlvesMake TRY/CATCH use real C++ try/catch in C++ mode
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27 Pedro AlvesMove exception_none to common code, and use it
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonInclude cleanups.h in common-defs.h
2014-08-29 Gary BensonIntroduce common/common-exceptions.[ch]