summaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-11-07Constify add_setshow_*Tom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey
2017-08-14Use std::move in a few placesTom Tromey
2017-07-22C++-ify break-catch-throwTom Tromey
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz
2015-08-11Explicit locations: introduce probe locationsKeith Seitz
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-03-20Fix probe-related internal error on AIXSergio Durigan Junior
2014-03-03change probes to be program-space-independentTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-10Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior
2013-12-06remove some sym_probe_fns methodsTom Tromey
2013-04-15 PR c++/13588:Tom Tromey
2013-04-15 PR c++/15176:Tom Tromey
2013-04-15 * break-catch-throw.c (struct exception_names): New.Tom Tromey
2013-04-15 PR c++/10119:Tom Tromey
2013-04-15 * Makefile.in (SFILES): Add break-catch-throw.cTom Tromey