Add constructor to signal_catchpoint
[binutils-gdb.git] / gdb /
2022-05-06 Tom TromeyAdd constructor to signal_catchpoint
2022-05-06 Tom TromeyAdd constructor to solib_catchpoint
2022-05-06 Tom TromeyAdd constructor to fork_catchpoint
2022-05-06 Tom TromeyRemove unnecessary line from catch_exec_command_1
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-06 Carl LovePowerPC: bp-permanent.exp, kill-after-signal fix
2022-05-06 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member...
2022-05-05 Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
2022-05-05 Simon Marchigdb: make regcache's cooked_write_test selftest work...
2022-05-04 Tom TromeyFix crash when creating index from index
2022-05-04 Mark Wielaardgdb: Workaround stringop-overread warning in debuginfod...
2022-05-04 Simon Marchigdb/remote: send qSymbol to all inferiors on startup
2022-05-04 Simon Marchigdb/remote: iterate on pspace inferiors in remote_new_o...
2022-05-03 John BaldwinNEWS: Add a note for TLS support on FreeBSD/arm and...
2022-05-03 John BaldwinRead the tpidr register from NT_ARM_TLS on Linux.
2022-05-03 John BaldwinRead the tpidr register from NT_ARM_TLS core dump notes...
2022-05-03 John BaldwinFetch the NT_ARM_TLS register set for native FreeBSD...
2022-05-03 John BaldwinSupport TLS variables on FreeBSD/Aarch64.
2022-05-03 John BaldwinRead the tpidr register from NT_ARM_TLS core dump notes...
2022-05-03 John BaldwinAdd an aarch64-tls feature which includes the tpidr...
2022-05-03 John BaldwinFetch the NT_ARM_TLS register set for native FreeBSD...
2022-05-03 John BaldwinSupport TLS variables on FreeBSD/arm.
2022-05-03 John BaldwinRead the tpidruro register from NT_ARM_TLS core dump...
2022-05-03 John BaldwinAdd an arm-tls feature which includes the tpidruro...
2022-05-03 John Baldwinfbsd-nat: Add helper routines for register sets using...
2022-05-03 Pedro AlvesFix gdb.threads/access-mem-running-thread-exit.exp...
2022-05-03 Andrew Burgessgdb: add some additional thread status debug output
2022-05-03 Andrew Burgessgdb/testsuite: small cleanup in mi-break-qualified.exp
2022-05-03 Andrew Burgessgdb/testsuite: change mi_gdb_start to take a list of...
2022-05-03 Andrew Burgessgdb/testsuite: fix mi-exec-run.exp with native-extended...
2022-05-03 Andrew Burgessgdb: fix failures in gdb.mi/mi-exec-run.exp with native...
2022-05-02 Tom de Vries[gdb/testsuite] Fix gdb.cp/align.exp with gcc 12.1...
2022-05-02 Aaron Mereygdb/debuginfod: Whitespace-only URL should disable...
2022-05-02 Simon Marchigdb: remove type_wanted parameter from a few functions
2022-05-02 Tom TromeyFix Ada catchpoint regression
2022-05-01 Tom de Vries[gdb/testsuite] Fix gdb.multi/attach-no-multi-process...
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 Ada catchpoints 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 break-catch-throw 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 TromeyConvert break-catch-load to vtable ops
2022-04-29 Tom TromeyConvert break-catch-fork to vtable ops
2022-04-29 Tom TromeyConvert break-catch-exec to vtable ops
2022-04-29 Tom TromeyConvert break-catch-syscall to vtable ops
2022-04-29 Tom TromeyConvert break-catch-sig to use 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-29 Tom TromeyDe-duplicate .gdb_index
2022-04-29 Tom TromeyFix .debug_names regression with new indexer
2022-04-29 Simon Marchigdb/infrun: make fetch_inferior_event restore thread...
2022-04-29 Pedro AlvesSlightly tweak and clarify target_resume's interface
2022-04-28 Tom TromeyCheck OBJF_NOT_FILENAME in DWARF index code
2022-04-28 Tom TromeyRemove "typedef enum ..."
2022-04-28 Andrew Burgessgdb: fix nullptr dereference in block::ranges()
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_MAP macro
2022-04-28 Simon Marchigdb: constify addrmap_find
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28 Simon Marchigdb: remove BLOCK_CONTIGUOUS_P macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGE macro
2022-04-28 Simon Marchigdb: remove BLOCK_NRANGES macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGES macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGE_{START,END} macros
2022-04-28 Simon Marchigdb: remove BLOCK_NAMESPACE macro
2022-04-28 Simon Marchigdb: remove BLOCK_MULTIDICT macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
next