]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/common/common-exceptions.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / common / common-exceptions.c
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyMake SJLJ exceptions more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Pedro AlvesSome gdb_exception{,error,quit} tweaks
2019-04-08  Tom TromeyMake exception throwing a bit more efficient
2019-04-08  Tom TromeyRemove some now-dead exception code
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-08  Tom TromeySimplify exception handling
2019-03-06  Tom TromeyRemove basic cleanup code
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]