aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename common to gdbsupportTom Tromey2019-07-091-235/+0
* Make exception handling more efficientTom Tromey2019-04-251-3/+3
* Make SJLJ exceptions more efficientTom Tromey2019-04-251-2/+3
* Remove exception_noneTom Tromey2019-04-251-3/+1
* Some gdb_exception{,error,quit} tweaksPedro Alves2019-04-081-18/+4
* Make exception throwing a bit more efficientTom Tromey2019-04-081-17/+16
* Remove some now-dead exception codeTom Tromey2019-04-081-10/+0
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-112/+21
* Simplify exception handlingTom Tromey2019-04-081-36/+0
* Remove basic cleanup codeTom Tromey2019-03-061-19/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* 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