aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves1-8/+30
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves1-3/+3
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves1-3/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17[C++] Always use setjmp/longjmp for exceptionsPedro Alves1-5/+5
2015-10-29Add cast to exception_nonePedro Alves1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+2
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves1-1/+76
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-29/+35
2015-02-27Move exception_none to common code, and use itPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Include cleanups.h in common-defs.hGary Benson1-1/+0
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson1-0/+308