gdb/testsuite: gdb.base/args.exp: add KFAIL for native-extended-gdbserver
[binutils-gdb.git] / gdb / breakpoint.c
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...
2020-06-17 Andrew Burgessgdb: Convert language la_watch_location_expression...
2020-05-17 Pedro AlvesStop considering hw and sw breakpoint locations duplica...
2020-05-15 Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-05-03 Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-03-12 Tom TromeyDon't use sprintf_vma for CORE_ADDR
2020-01-29 Luis MachadoRecognize more program breakpoint patterns
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09 George BarrettFix scripted probe breakpoints
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-19 Christian BiesingerReplace some more qsort calls with std::sort
2019-10-15 Christian BiesingerMake tui-winsource not use breakpoint_chain
2019-10-15 Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-10-13 Simon Marchigdb: small cleanup in breakpoint.c's includes
2019-10-01 Tom TromeyIntroduce metadata style
2019-10-01 Pedro AlvesUse new %p format suffixes in gdb
2019-10-01 Tom TromeyRemove the ui_out_style_kind enum
2019-09-22 Simon Marchigdb: make watchpoint::val_valid a bool
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06 Tom TromeyChange breakpoint::filter to be a unique_xmalloc_ptr
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-15 Tom TromeyUse field_string in more places
2019-07-11 Simon Marchibreakpoint: Make is_*point functions return bool
2019-07-10 Tom TromeyChange Ada catchpoints to be bp_catchpoint
2019-07-10 Simon MarchiUpdate breakpoint_1's documentation
2019-07-10 Simon MarchiMake some bpstat functions use bool
2019-07-10 Simon MarchiMake bpstat_what::is_longjmp a bool
2019-07-09 Pedro AlvesMake "maint info breakpoints" show "catch catch/throw...
2019-07-09 Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09 Pedro AlvesFix "info break" + "catch catch" + -static-{libstdc...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-09 Andrew Burgessgdb: Remove unneeded parameter from set_breakpoint_loca...
2019-07-03 Simon MarchiRemove return value from remove_breakpoints_inf
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-15 Andrew Burgessgdb/mi: New commands to catch C++ exceptions
2019-06-12 Pedro AlvesMake check_for_argument skip whitespace after arg itself
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
next