gdb/testsuite: use clean_restart in gdb.server/ext-run.exp
[binutils-gdb.git] / gdb / breakpoint.c
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
2019-05-10 Simon MarchiFix GDB build when using --disable-gdbmi
2019-05-08 Tom TromeyConvert breakpoint.c to type-safe registry API
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-03-23 Tom TromeyHave parser reset the innermost block tracker
2019-03-13 Simon MarchiFix MI output for multi-location breakpoints
2019-02-15 Tom TromeyC++-ify bp_location
2019-02-12 Philippe WaroquiersUse address style to print addresses in breakpoint...
2019-02-07 Tom TromeyC++-ify struct thread_fsm
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyRemove make_bpstat_clear_actions_cleanup
2019-01-23 Tom TromeyRemove remaining cleanup from gdb/breakpoint.c
2019-01-23 Tom TromeyReplace delete_longjmp_breakpoint_cleanup with a forwar...
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Pedro AlvesFix tracepoint.c:parse_tracepoint_definition leak ...
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyStyle locations when setting a breakpoint
2018-12-28 Tom TromeyAdd output styles to gdb
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-20 Andrew Burgessgdb: Respect field width and alignment for 'fmt' fields...
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-21 Yacov SimhonyRemove redundant test in update_inserted_breakpoint_loc...
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
next