summaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Eliminate catch_errorsPedro Alves2017-10-101-4/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves2016-04-221-8/+30
* Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2016-04-121-3/+3
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-121-3/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Always use setjmp/longjmp for exceptionsPedro Alves2015-11-171-5/+5
* Add cast to exception_nonePedro Alves2015-10-291-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+2
* Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves2015-03-071-1/+76
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-29/+35
* Move exception_none to common code, and use itPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include cleanups.h in common-defs.hGary Benson2014-10-081-1/+0
* Introduce common/common-exceptions.[ch]Gary Benson2014-08-291-0/+308