aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-sig.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-6/+6
2020-10-07gdb: make signal_catch_counts a static arraySimon Marchi1-3/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-10Some get_last_target_status tweaksPedro Alves1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-1/+3
2019-04-06Revert the header-sorting patchTom Tromey1-11/+6
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-6/+11
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi1-1/+1
2017-09-11Make extract_arg return a std::stringTom Tromey1-6/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-4/+3
2017-08-14Use std::move in a few placesTom Tromey1-1/+1
2017-07-22C++-ify break-catch-sigTom Tromey1-104/+55
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-19/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-8/+8
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-1/+1
2016-09-23Use std::string in break-catch-sig.cTom Tromey1-11/+6
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+2
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-1/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-13Fix "save breakpoints" for "catch" commandJan Kratochvil1-0/+1
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-14Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves1-2/+2
2013-06-18Fix PR cli/15603Tom Tromey1-1/+1
2013-05-03Fix to handle properly 'catch signal SIGINT' and SIGTRAPPhilippe Waroquiers1-5/+5
2013-02-12Update some copyright years.Pedro Alves1-1/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-162013-01-03 Pedro Alves <palves@redhat.com>Tom Tromey1-0/+508