aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-10/+12
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-9/+14
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-7/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-03-20Fix probe-related internal error on AIXSergio Durigan Junior1-17/+20
2014-03-03change probes to be program-space-independentTom Tromey1-9/+9
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior1-3/+3
2013-12-06remove some sym_probe_fns methodsTom Tromey1-8/+3
2013-04-15 PR c++/13588:Tom Tromey1-29/+194
2013-04-15 PR c++/15176:Tom Tromey1-0/+59
2013-04-15 * break-catch-throw.c (struct exception_names): New.Tom Tromey1-14/+44
2013-04-15 PR c++/10119:Tom Tromey1-36/+71
2013-04-15 * Makefile.in (SFILES): Add break-catch-throw.cTom Tromey1-0/+308