]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/break-catch-throw.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / break-catch-throw.c
7 days ago  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-05-25  Simon Marchigdb: constify breakpoint::print_it parameter
2023-05-25  Simon Marchigdb: make some breakpoint methods use `this`
2023-03-06  Tom TromeyRemove exception_catchpoint::resources_needed
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyUse bool in bpstat
2022-11-19  Philippe WaroquiersShow locno for 'multi location' breakpoint hit msg...
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-06-17  Pedro AlvesEliminate the two-level data structures behind location...
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-05-20  Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-05-20  Pedro AlvesMove common bits of catchpoint/exception_catchpoint...
2022-05-20  Pedro AlvesMake exception_catchpoint inherit base_breakpoint inste...
2022-05-06  Tom TromeyIntroduce catchpoint class
2022-05-06  Tom TromeyRemove init_raw_breakpoint_without_location
2022-05-06  Tom TromeyAdd constructor to exception_catchpoint
2022-05-06  Tom TromeyConstify breakpoint::print_recreate
2022-05-06  Tom TromeyConstify breakpoint::print_mention
2022-05-06  Tom TromeyConstify breakpoint::print_one
2022-05-06  Tom TromeyConstify breakpoint::print_it
2022-05-06  Tom TromeyChange print_recreate_thread to a method
2022-04-29  Tom TromeyRemove breakpoint_ops from init_catchpoint
2022-04-29  Tom TromeyConvert break-catch-throw to vtable ops
2022-04-29  Tom TromeyConvert base breakpoints to vtable ops
2022-04-29  Tom TromeyReturn bool from breakpoint_ops::print_one
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-06  Simon Marchigdb: remove internalvar_funcs::destroy
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-08  Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-19  Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-05-09  Tom de Vries[gdb] Fix catch throw regexp matching
2020-05-08  Tom TromeySpeed up psymbol reading by removing a copy
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-02  Alan HaywardUse gdbarch for probe::get_argument_count
2019-08-26  Tom de Vries[gdb, c++] Improve error message when using libstdcxx...
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-09  Pedro AlvesMake "maint info breakpoints" show "catch catch/throw...
2019-07-09  Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-06-15  Andrew Burgessgdb/mi: New commands to catch C++ exceptions
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-04-30  Tom TromeyRemove some is_mi_like_p from breakpoint code
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-07  Tom TromeyConstify add_setshow_*
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22  Tom TromeyChange install_breakpoint to take a std::unique_ptr
2017-08-14  Tom TromeyUse std::move in a few places
2017-07-22  Tom TromeyC++-ify break-catch-throw
2017-06-07  Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: Some constification in gdb/breakpoint.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-19  Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-18  Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-13  Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12  Keith SeitzExplicit locations: introduce explicit locations
2015-08-12  Keith SeitzExplicit locations: introduce probe locations
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-08-12  Keith SeitzExplicit locations: rename "address string"/"addr_strin...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-03-20  Sergio Durigan JuniorFix probe-related internal error on AIX
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-11  Sergio Durigan JuniorSanitize access to gdbarch on the SDT probe API (and...
2013-12-06  Tom Tromeyremove some sym_probe_fns methods
2013-04-15  Tom Tromey PR c++/13588:
2013-04-15  Tom Tromey PR c++/15176:
2013-04-15  Tom Tromey * break-catch-throw.c (struct exception_names): New.
2013-04-15  Tom Tromey PR c++/10119:
2013-04-15  Tom Tromey * Makefile.in (SFILES): Add break-catch-throw.c