Allow ARC target to be configured with --with-cpu=<cpu-name>.
[external/binutils.git] / gdb / breakpoint.h
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/
2012-06-13 Tom Tromey * breakpoint.c (add_catch_command): Use completer_ftype.
2012-05-16 Maciej W. Rozycki gdb/
2012-05-14 Stan Shebs2012-05-14 Stan Shebs <stan@codesourcery.com>
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-24 Yao Qigdb:
2012-04-24 Yao Qigdb/
2012-03-13 Pedro Alves2012-03-13 Hui Zhu <teawater@gmail.com>
2012-03-13 Yao Qigdb:
2012-03-02 Pedro Alves2012-03-02 Tom Tromey <tromey@redhat.com>
2012-02-24 Luis Machado2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2012-02-14 Stan Shebs2012-02-14 Stan Shebs <stan@codesourcery.com>
2012-01-24 Tom Tromey PR symtab/12406:
2012-01-24 Tom Tromey2012-01-24 Pedro Alves <palves@redhat.com>
2012-01-16 Sergio Durigan Junior2012-01-16 Sergio Durigan Junior <sergiodj@redhat...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-23 Kevin Pouget Introduce gdb.FinishBreakpoint in Python
2011-12-06 Pedro Alves2011-12-06 Pedro Alves <pedro@codesourcery.com>
2011-12-06 Tom Tromeythe "ambiguous linespec" series
2011-11-22 Tom Tromeygdb
2011-11-20 Stan Shebs * NEWS: Mention tracepoint additions.
2011-11-18 Yao Qi * breakpoint.c (install_breakpoint): Add one more...
2011-11-14 Yao Qigdb/
2011-11-01 Justin Lebar2011-10-06 Justin Lebar <justin.lebar@gmail.com>
2011-10-12 Gary Benson2011-10-12 Gary Benson <gbenson@redhat.com>
2011-08-26 Jan Kratochvilgdb/
2011-08-21 Jan Kratochvilgdb/
2011-07-25 Tom Tromey * ada-lang.c (ada_exception_breakpoint_ops): Make...
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-03 Joel BrobeckerVarious spelling fixes.
2011-05-27 Pedro Alves2011-05-27 Pedro Alves <pedro@codesourcery.com>
2011-05-26 Pedro Alves2011-05-26 Pedro Alves <pedro@codesourcery.com>
2011-05-24 Thiago Jung Bauermann * breakpont.c (remove_hw_watchpoints): Remove unused...
2011-05-06 Thiago Jung Bauermann2011-05-06 Sergio Durigan Junior <sergiodj@linux...
2011-04-01 Joel Brobeckerimprove Ada exception catchpoint MI notification
2011-03-31 Thiago Jung Bauermann2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm...
2011-03-28 Jan Kratochvilgdb/
2011-03-24 Tom Tromey * linespec.h (struct linespec_result) <special_display...
2011-03-10 Tom Tromey * tracepoint.c (trace_actions_command): Update.
next