aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-13/+8
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-18/+11
2017-04-12Introduce event_location_upTom Tromey1-9/+5
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves1-10/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-27/+25
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-12/+7
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-5/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-4/+4
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-4/+4
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz1-2/+5
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-3/+2
2015-08-11Explicit locations: use new location APIKeith Seitz1-3/+10
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz1-1/+1
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