aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-sig.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-09-19Use gdb::checked_static_cast for catchpointsTom Tromey1-4/+6
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-05-06Introduce catchpoint classTom Tromey1-5/+5
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey1-3/+5
2022-05-06Add constructor to signal_catchpointTom Tromey1-3/+8
2022-05-06Constify breakpoint::print_recreateTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_mentionTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_oneTom Tromey1-2/+2
2022-05-06Constify breakpoint::print_itTom Tromey1-2/+2
2022-05-06Boolify breakpoint::explains_signalTom Tromey1-3/+3
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey1-1/+1
2022-04-29Convert break-catch-sig to use vtable opsTom Tromey1-89/+61
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-1/+3
2022-03-29Unify gdb printf functionsTom Tromey1-10/+10
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi1-3/+3
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-3/+3
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-1/+2
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+1
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