]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/common/common-exceptions.h
update copyright year range in GDB files
[thirdparty/binutils-gdb.git] / gdb / common / common-exceptions.h
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-06  Pedro Alvesgdb: Remove some C compiler support leftovers
2016-09-23  Pedro Alvesgdb: Replace operator new / operator new[]
2016-04-22  Pedro AlvesSwitch gdb's TRY/CATCH to C++ try/catch
2016-04-22  Pedro AlvesPropagate GDB/C++ exceptions across readline using...
2016-04-21  Pedro AlvesSwitch gdb's TRY/CATCH to sjlj again
2016-04-12  Pedro Alves[C++] Switch TRY/CATCH to real C++ try/catch by default...
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 AlvesDon't assume break/continue inside a TRY block works
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-31  Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-29  Gary BensonIntroduce common/common-exceptions.[ch]