]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/breakpoint.c
gdb: remove TYPE_LENGTH
[thirdparty/binutils-gdb.git] / gdb / breakpoint.c
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-08-31  Tom TromeyUse ui_out_redirect_pop in more places
2022-08-30  Enze Ligdb: update ranged_breakpoint::print_one_detail in...
2022-08-26  Simon Marchigdb: change bpstat_print's kind parameter to target_wai...
2022-08-14  Tom TromeyMove decode_location_spec to code_breakpoint
2022-08-14  Tom TromeyChange location_spec_to_sals to a method
2022-08-14  Tom TromeyChange breakpoint_re_set_default to a method
2022-08-10  Simon Marchigdb/mi: fix breakpoint script field output
2022-07-28  Tom TromeyRewrite registry.h
2022-07-28  Simon Farregdb/python: Add BreakpointLocation type
2022-07-21  Andrew Burgessgdb: select suitable thread for gdbarch_adjust_breakpoi...
2022-07-13  Pedro AlvesFix "until LINE" in main, when "until" runs into longjmp
2022-06-17  Pedro AlvesConvert location_spec_to_string to a method
2022-06-17  Pedro AlvesConvert location_spec_type to a method
2022-06-17  Pedro AlvesConvert location_spec_empty_p to a method
2022-06-17  Pedro AlvesEliminate copy_location_spec
2022-06-17  Pedro AlvesEliminate the two-level data structures behind location...
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-05-25  Pedro AlvesShow enabled locations with disabled breakpoint parent...
2022-05-20  Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-05-20  Pedro AlvesMake sure momentary breakpoints are always thread-specific
2022-05-20  Pedro AlvesMomentary breakpoints should have no breakpoint number
2022-05-20  Pedro AlvesAdd/tweak intro comments of struct breakpoint and sever...
2022-05-20  Pedro AlvesMove add_location(sal) to base_breakpoint
2022-05-20  Pedro AlvesMove common bits of catchpoint/exception_catchpoint...
2022-05-20  Pedro AlvesMake catchpoint inherit breakpoint, eliminate init_raw_...
2022-05-20  Pedro AlvesMake breakpoint_address_bits look at the location kind
2022-05-20  Pedro AlvesRefactor momentary breakpoints, eliminate set_raw_break...
2022-05-20  Pedro AlvesRefactor set_internal_breakpoint / internal_breakpoint...
2022-05-20  Pedro AlvesConvert init_ada_exception_catchpoint to a ctor
2022-05-20  Pedro Alvesinit_breakpoint_sal -> base_breakpoint::base_breakpoint
2022-05-20  Pedro AlvesRemove "internal" parameter from a couple functions
2022-05-20  Pedro AlvesMore breakpoint_ops parameter elimination
2022-05-20  Pedro AlvesMake a few functions work with base_breakpoint instead...
2022-05-20  Pedro Alvesranged_breakpoint: move initialization to ctor
2022-05-20  Pedro Alvesranged_breakpoint: use install_breakpoint
2022-05-20  Pedro Alvesranged_breakpoint: don't use init_raw_breakpoint
2022-05-20  Pedro AlvesMake structs breakpoint/base_breakpoint/catchpoint...
2022-05-20  Pedro Alvesadd_location_to_breakpoint -> breakpoint::add_location
2022-05-06  Tom TromeyIntroduce catchpoint class
2022-05-06  Tom TromeyRemove init_raw_breakpoint_without_location
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 TromeyMove works_in_software_mode to watchpoint
2022-05-06  Tom TromeyBoolify breakpoint::explains_signal
2022-05-06  Tom TromeyRemove breakpoint::ops
2022-05-06  Tom TromeyChange print_recreate_thread to a method
2022-05-02  Simon Marchigdb: remove type_wanted parameter from a few functions
2022-04-29  Tom TromeyRemove create_breakpoints_sal_default
2022-04-29  Tom TromeyRemove allocate_bp_location
2022-04-29  Tom TromeyConstify breakpoint_ops
2022-04-29  Tom TromeyRemove breakpoint ops initialization
2022-04-29  Tom TromeyRemove vtable_breakpoint_ops
2022-04-29  Tom TromeyRemove most fields from breakpoint_ops
2022-04-29  Tom TromeyRemove breakpoint_ops from init_catchpoint
2022-04-29  Tom TromeyRemove breakpoint_ops from init_ada_exception_breakpoint
2022-04-29  Tom TromeyMerge probe and ordinary tracepoints
2022-04-29  Tom TromeyMerge probe and ordinary breakpoints
2022-04-29  Tom TromeyRemove bkpt_base_breakpoint_ops
2022-04-29  Tom TromeyConvert static marker tracepoints to vtable ops
2022-04-29  Tom TromeyAdd bp_static_marker_tracepoint
2022-04-29  Tom TromeyConvert ranged breakpoints to vtable ops
2022-04-29  Tom TromeyConvert dprintf to vtable ops
2022-04-29  Tom TromeyConvert ordinary breakpoints to vtable ops
2022-04-29  Tom TromeyChange inheritance of dprintf
2022-04-29  Tom TromeyConvert momentary breakpoints to vtable ops
2022-04-29  Tom TromeyConvert internal breakpoints to vtable ops
2022-04-29  Tom TromeyConvert base breakpoints to vtable ops
2022-04-29  Tom TromeyAdd some new subclasses of breakpoint
2022-04-29  Tom TromeyConvert tracepoints to vtable ops
2022-04-29  Tom TromeyConvert watchpoints to vtable ops
2022-04-29  Tom TromeyAdd a vtable-based breakpoint ops
2022-04-29  Tom TromeyReturn bool from breakpoint_ops::print_one
2022-04-29  Tom TromeyDelete some unnecessary wrapper functions
2022-04-29  Tom TromeyAdd an assertion to clone_momentary_breakpoint
2022-04-29  Tom TromeyBoolify print_solib_event
2022-04-29  Tom TromeyMove "catch load" to a new file
2022-04-18  Enze Ligdb: fix using clear command to delete non-user breakpo...
2022-04-11  Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-03-31  Tom TromeyRemove dbx mode
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-21  Pedro AlvesWatchpoint followed by catchpoint misreports watchpoint...
2022-02-18  Tom TromeyAdd constructor to bound_minimal_symbol
2022-02-07  Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-25  Tom TromeyReduce explicit use of gdb_stdout
2022-01-25  Tom TromeySend some error output to gdb_stderr
2022-01-18  Tom TromeyMove "catch exec" to a new file
2022-01-18  Tom TromeyMove "catch fork" to a new file
2022-01-18  Tom TromeyUnify "catch fork" and "catch vfork"
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
next