summaryrefslogtreecommitdiff
path: root/gdb/break-catch-sig.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi
2017-09-11Make extract_arg return a std::stringTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
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-sigTom Tromey
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-09-23Use std::string in break-catch-sig.cTom Tromey
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro 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-11-18[C++] Add casts to obstack_base callsSimon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-13Fix "save breakpoints" for "catch" commandJan Kratochvil
2014-05-22Add new infrun.h header.Pedro Alves
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-14Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves
2013-06-18Fix PR cli/15603Tom Tromey
2013-05-03Fix to handle properly 'catch signal SIGINT' and SIGTRAPPhilippe Waroquiers
2013-02-12Update some copyright years.Pedro Alves
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-162013-01-03 Pedro Alves <palves@redhat.com>Tom Tromey