aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-1/+1
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-05-25gdb: constify breakpoint::print_it parameterSimon Marchi1-2/+2
2023-05-25gdb: make some breakpoint methods use `this`Simon Marchi1-4/+2
2023-03-06Remove exception_catchpoint::resources_neededTom Tromey1-7/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool in bpstatTom Tromey1-2/+2
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-6/+3
2022-06-17event_location -> location_specPedro Alves1-5/+5
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-3/+3
2022-05-20Move common bits of catchpoint/exception_catchpoint to breakpoint's ctorPedro Alves1-5/+1
2022-05-20Make exception_catchpoint inherit base_breakpoint instead of catchpointPedro Alves1-6/+12
2022-05-06Introduce catchpoint classTom Tromey1-5/+5
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey1-4/+8
2022-05-06Add constructor to exception_catchpointTom Tromey1-12/+13
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-06Change print_recreate_thread to a methodTom Tromey1-1/+1
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey1-2/+1
2022-04-29Convert break-catch-throw to vtable opsTom Tromey1-85/+53
2022-04-29Convert base breakpoints to vtable opsTom Tromey1-1/+1
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-1/+3
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi1-1/+0
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-2/+2
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+4
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-3/+3
2020-05-09[gdb] Fix catch throw regexp matchingTom de Vries1-1/+1
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-5/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-1/+1
2019-08-26[gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries1-2/+4
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-07-09Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves1-0/+8
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-13/+12
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess1-26/+16
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-3/+3