Convert location_spec_empty_p to a method
[binutils-gdb.git] / gdb / breakpoint.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-07 Simon Marchigdb: make set_raw_breakpoint static
2021-12-02 Tom TromeyAdd "task" keyword to the "watch" command
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-10 Kevin BuettnerFix PR 28308 - dprintf breakpoints not working when...
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in bp_location
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in watchpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in exec_catchpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in solib_catchpoint
next