aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-exceptions.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Rename common to gdbsupportTom Tromey1-235/+0
2019-04-25Make exception handling more efficientTom Tromey1-3/+3
2019-04-25Make SJLJ exceptions more efficientTom Tromey1-2/+3
2019-04-25Remove exception_noneTom Tromey1-3/+1
2019-04-08Some gdb_exception{,error,quit} tweaksPedro Alves1-18/+4
2019-04-08Make exception throwing a bit more efficientTom Tromey1-17/+16
2019-04-08Remove some now-dead exception codeTom Tromey1-10/+0
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-112/+21
2019-04-08Simplify exception handlingTom Tromey1-36/+0
2019-03-06Remove basic cleanup codeTom Tromey1-19/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves1-8/+30
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves1-3/+3
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves1-3/+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-5/+5
2015-10-29Add cast to exception_nonePedro Alves1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+2
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves1-1/+76
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-29/+35
2015-02-27Move exception_none to common code, and use itPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Include cleanups.h in common-defs.hGary Benson1-1/+0
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson1-0/+308