summaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-4/+2
* Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves2017-10-041-14/+27
* DWARF-5: call sitesJan Kratochvil2017-02-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-15/+8
* gdb: Replace operator new / operator new[]Pedro Alves2016-09-231-0/+20
* Switch gdb's TRY/CATCH to C++ try/catchPedro Alves2016-04-221-5/+6
* Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves2016-04-221-23/+41
* Switch gdb's TRY/CATCH to sjlj againPedro Alves2016-04-211-6/+5
* [C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves2016-04-121-5/+6
* Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2016-04-121-4/+4
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-121-6/+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-11/+28
* Don't assume break/continue inside a TRY block worksPedro Alves2015-10-291-0/+16
* Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves2015-03-071-0/+67
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-11/+21
* Move exception_none to common code, and use itPedro Alves2015-02-271-0/+3
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-0/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce common/common-exceptions.[ch]Gary Benson2014-08-291-0/+185