gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
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 breakpoint::locations method
2021-05-27  Simon Marchigdb: add all_tracepoints function
2021-05-06  Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
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-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11  Tom TromeyMake bp_location derive from refcounted_object
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: add flags to 'condition' and 'break...
2020-10-27  Tankut Baris Aktemurgdb/breakpoint: disable a bp location if condition...
2020-09-16  Simon Marchigdb: use bool in the solib catchpoint area
2020-08-28  Tom de Vries[gdb/breakpoint] Handle setting breakpoint on label...
2020-01-29  Luis MachadoRecognize more program breakpoint patterns
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09  George BarrettFix scripted probe breakpoints
2019-11-26  Simon MarchiRemove unused rbreak_command_wrapper and other declarations
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-09-22  Simon Marchigdb: make watchpoint::val_valid a bool
2019-09-21  Simon Marchigdb: change "nonzero" to "true" in comments
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Tom TromeyChange breakpoint::filter to be a unique_xmalloc_ptr
2019-07-11  Simon Marchibreakpoint: Make is_*point functions return bool
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  Tom TromeyRename common to gdbsupport
2019-07-03  Simon MarchiRemove return value from remove_breakpoints_inf
2019-06-15  Andrew Burgessgdb/mi: New commands to catch C++ exceptions
2019-05-10  Simon MarchiFix GDB build when using --disable-gdbmi
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-02-15  Tom TromeyC++-ify bp_location
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-07-11  Tom TromeyUse std::vector for moribund_locations
2018-07-04  Tom TromeyRemove VEC from breakpoint
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-17  Keith SeitzDon't elide all inlined frames
2018-05-04  Tom TromeyUse function_view in cli-script.c
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-04-26  Pedro AlvesFix setting breakpoints on ifunc functions after they...
2018-04-06  Tom TromeyChange breakpoints to use value_ref_ptr
2018-03-22  Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_com
2017-11-04  Tom TromeyIntroduce gdb_breakpoint_up
2017-11-04  Tom TromeyReplace start_rbreak_breakpoints and end_rbreak_breakpoints
2017-10-27  Keith SeitzUse SaL symbol name when reporting breakpoint locations
2017-10-26  Yao QiRemove regular_breakpoint_inserted_here_p declaration
2017-10-26  Yao Qiconst-fy breakpoint_ops->breakpoint_hit parameter aspace
2017-10-26  Yao Qiconst-fy function parameter struct address_space *aspace
2017-10-11  Pedro AlvesGarbage collect reattach_breakpoints
2017-10-10  Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-09-27  Tom TromeyConstify some commands in breakpoint.c
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-21  Tom TromeyChange counted_command_line to a shared_ptr
2017-09-21  Tom TromeyAllocate bpstats with new
2017-09-04  Simon MarchiMove command lines types/declarations to cli-script.h
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22  Tom TromeyChange install_breakpoint to take a std::unique_ptr
2017-06-06  Pedro AlvesFix double free when running gdb.linespec/ls-errs.exp...
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-04-25  Pedro AlvesDon't memset non-POD types: struct breakpoint
2017-04-25  Pedro AlvesDon't memset non-POD types: struct bp_location
2017-04-13  Pedro Alvesstruct breakpoint: Fix indentation
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Some constification in gdb/breakpoint.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Pedro AlvesEliminate agent_expr_p; VEC -> std::vector in struct...
2016-11-08  Pedro Alves'struct agent_expr *' -> unique_ptr<agent_expr>
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08  Pedro Alvesbreakpoint.c:commands_command_1 constification and...
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-03  Yao QiRename placed_size to kind
2016-10-13  Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-07-13  Tom TromeyPR python/17698 - add Breakpoint.pending
2016-01-19  Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-18  Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-10  Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-10-30  Pedro AlvesDon't displaced step when there's a breakpoint in the...
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-08-12  Keith SeitzExplicit locations: rename "address string"/"addr_strin...
2015-06-17  Luis MachadoRemove unused function make_breakpoint_permanent.
2015-03-20  Pedro Alvesconstify set_breakpoint_condition
2015-03-11  Sergio Durigan JuniorImplement breakpoint_find_if
2015-03-04  Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-02-27  Pedro Alvesbreakpoint.h: move enum ‘print_stop_action’
next
This page took 0.6629 seconds and 106 git commands to generate.