summaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR threads/19422 - show which thread caused stopusers/palves/show-which-thread-caused-stopPedro Alves2016-01-141-0/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-4/+4
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-2/+5
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-3/+2
* Explicit locations: use new location APIKeith Seitz2015-08-111-3/+10
* Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz2015-08-111-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-10/+12
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-9/+14
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-7/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix probe-related internal error on AIXSergio Durigan Junior2014-03-201-17/+20
* change probes to be program-space-independentTom Tromey2014-03-031-9/+9
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior2013-12-101-3/+3
* remove some sym_probe_fns methodsTom Tromey2013-12-061-8/+3
* PR c++/13588:Tom Tromey2013-04-151-29/+194
* PR c++/15176:Tom Tromey2013-04-151-0/+59
* * break-catch-throw.c (struct exception_names): New.Tom Tromey2013-04-151-14/+44
* PR c++/10119:Tom Tromey2013-04-151-36/+71
* * Makefile.in (SFILES): Add break-catch-throw.cTom Tromey2013-04-151-0/+308