]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/breakpoint.h
x86: drop "mem" operand type attribute
[thirdparty/binutils-gdb.git] / gdb / breakpoint.h
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’
2015-01-09  Pedro Alveslinux-nat.c: better starvation avoidance, handle non...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-12  Pedro Alvesmake "permanent breakpoints" per location and disableable
2014-11-04  Pedro Alvesgarbage collect gdb/breakpoint.c:breakpoint_thread_match
2014-10-15  Pedro AlvesMake single-step breakpoints be per-thread
2014-10-15  Pedro AlvesRemove deprecated_insert_raw_breakpoint and friends
2014-10-15  Pedro AlvesPut single-step breakpoints on the bp_location chain
2014-10-03  Maciej W. RozyckiAvoid software breakpoint's instruction shadow inconsis...
2014-10-02  Pedro AlvesFix non-stop regressions caused by "breakpoints always...
2014-09-22  Pedro AlvesFix "breakpoint always-inserted off"; remove "breakpoin...
2014-09-16  Patrick PalkaFix PR12526: -location watchpoints for bitfield arguments
2014-09-12  Pedro Alves[IRIX] eliminate deprecated_insert_raw_breakpoint uses
2014-07-01  Tom Tromeyuse cmd_sfunc_ftype and cmd_cfunc_ftype more
2014-06-27  Yao QiAssociate dummy_frame with ptid
2014-03-20  Pedro AlvesFix for even more missed events; eliminate thread-hop...
2014-03-20  Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-03-06  Yao QiRemove argument optional_p from get_tracepoint_by_number
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-02-10  Doug EvansAdd Guile as an extension language.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-28  Doug EvansRename breakpoint_object to gdbpy_breakpoint_object.
2013-11-14  Pedro AlvesEliminate enum bpstat_signal_value, simplify random...
2013-10-11  Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
2013-07-27  Yao Qigdb/
2013-07-06  Yao Qigdb/
2013-06-25  Hui Zhu2013-06-25 Yao Qi <yao@codesourcery.com>
2013-06-18  Tom TromeyFix PR cli/15603
2013-06-04  Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-05-21  Hui Zhu2013-05-21 Hui Zhu <hui@codesourcery.com>
2013-04-15  Tom Tromey * Makefile.in (SFILES): Add break-catch-throw.c
2013-04-08  Pedro Alvescreate_breapoint / explicit mode: Error out if there...
2013-03-20  Keith Seitz * breakpoint.h (struct breakpoint): Add comment to
2013-02-03  Jan Kratochvilgdb/
2013-01-16  Tom Tromey2013-01-03 Pedro Alves <palves@redhat.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Mircea GherzanMI: add the -catch-load and -catch-unload commands
2012-12-03  Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-09-26  Yao Qigdb/
2012-08-16  Joel BrobeckerChange detach_breakpoints to take a ptid instead of...
2012-07-02  Stan Shebs Add target-side support for dynamic printf.
2012-06-18  Jan Kratochvilgdb/
next