gdb: change subfile::name and buildsym_compunit::m_comp_dir to strings
[binutils-gdb.git] / gdb / breakpoint.c
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
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-09-24 Simon Marchigdb: change thread_info::name to unique_xmalloc_ptr...
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-08-31 Simon Marchigdb: remove breakpoint_find_if
2021-08-16 Patrick MonneratNotify observer of breakpoint auto-disabling
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-07-13 Simon Marchigdb: add setter / getter for thread_info resumed state
2021-07-06 Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-06-26 Simon Marchigdb: add context getter/setter to cmd_list_element
2021-06-22 Andrew Burgessgdb/remote: handle target dying just before a stepi
2021-06-01 Andrew Burgessgdb: avoid premature dummy frame garbage collection
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-27 Simon Marchigdb: remove iterate_over_bp_locations function
2021-05-27 Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27 Simon Marchigdb: add all_bp_locations_at_addr function
2021-05-27 Simon Marchigdb: add all_bp_locations function
2021-05-27 Simon Marchigdb: make bp_locations an std::vector
2021-05-27 Simon Marchigdb: add breakpoint::locations method
2021-05-27 Simon Marchigdb: add all_tracepoints function
2021-05-27 Simon Marchigdb: add all_breakpoints_safe function
2021-05-27 Simon Marchigdb: add all_breakpoints function
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07 Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-23 Simon Marchigdb: use function_view for iterate_over_bp_locations...
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: display "N" on MI for disabled-by-condi...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
2021-02-11 Andrew Burgessgdb: add obj_section function to bound_minimal_symbol
2021-02-10 Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-02-05 Tom de Vries[gdb/breakpoints] Handle glibc with debuginfo in create...
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28 Tom de Vries[gdb/breakpoints] Fix longjmp master breakpoint with...
2021-01-08 Tom de Vries[gdb] Fix internal-error in process_event_stop_test
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Tom TromeyMake bp_location derive from refcounted_object
2020-12-10 Luis MachadoRemove spurious newline on debug printf
2020-12-07 Tankut Baris Aktemurgdb/linespec: relax the position of the '-force-conditi...
2020-11-21 Tom TromeyChange watchpoint_exp_is_const to return bool
2020-11-19 Andrew Burgessgdb: update command completion for watch, awatch, and...
2020-11-19 Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: use gdb::option for the '-force' flag
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: disable a bp location if condition...
2020-10-19 Mihails Strasunsgdb: get jiter objfile from a bound minsym
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-17 Tom TromeyUse htab_up in breakpoint.c
2020-09-16 Simon Marchigdb: use bool in the solib catchpoint area
2020-09-16 Tankut Baris Aktemurgdb/breakpoint: make a copy of the "commands" command...
2020-09-11 Tankut Baris Aktemurgdb/breakpoint: fix typo in help message of "set breakp...
2020-08-28 Tom de Vries[gdb/breakpoint] Handle setting breakpoint on label...
2020-08-27 Pedro AlvesFix advance/until and multiple locations (PR gdb/26524)
2020-08-24 Simon Marchigdb: add infrun_debug_printf macro
2020-07-30 Tankut Baris Aktemurgdb/breakpoint: refactor 'set_breakpoint_condition'
2020-07-30 Tankut Baris Aktemurgdb/breakpoint: set the condition exp after parsing...
2020-07-30 Tankut Baris Aktemurgdb/breakpoint: do not update the condition string...
2020-07-22 Tankut Baris Aktemurgdb/jit: pass the jiter objfile as an argument to jit_e...
next