Some gdb_exception{,error,quit} tweaks
[binutils-gdb.git] / gdb / common / common-exceptions.h
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-02-07 Tom TromeyNormalize include guards in gdb
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-05-30 Pedro AlvesMark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitial...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-10 Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-10-04 Pedro AlvesAdd missing-END_CATCH detection/protection (to gdb...
2017-02-20 Jan KratochvilDWARF-5: call sites
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]