summaryrefslogtreecommitdiff
path: root/gdb/break-catch-sig.c
AgeCommit message (Expand)Author
2022-05-06Introduce catchpoint classTom Tromey
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey
2022-05-06Add constructor to signal_catchpointTom Tromey
2022-05-06Constify breakpoint::print_recreateTom Tromey
2022-05-06Constify breakpoint::print_mentionTom Tromey
2022-05-06Constify breakpoint::print_oneTom Tromey
2022-05-06Constify breakpoint::print_itTom Tromey
2022-05-06Boolify breakpoint::explains_signalTom Tromey
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey
2022-04-29Convert break-catch-sig to use vtable opsTom Tromey
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb putc functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-07gdb: make signal_catch_counts a static arraySimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-10Some get_last_target_status tweaksPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-01Introduce metadata styleTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
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