aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.h
AgeCommit message (Expand)AuthorFilesLines
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