aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves1-15/+8
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves1-0/+20
2016-04-22Switch gdb's TRY/CATCH to C++ try/catchPedro Alves1-5/+6
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves1-23/+41
2016-04-21Switch gdb's TRY/CATCH to sjlj againPedro Alves1-6/+5
2016-04-12[C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves1-5/+6
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves1-4/+4
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves1-6/+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-11/+28
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-0/+16
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves1-0/+67
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-11/+21
2015-02-27Move exception_none to common code, and use itPedro Alves1-0/+3
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-0/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson1-0/+185