PR symtab/11198:
[platform/upstream/binutils.git] / gdb / breakpoint.h
2010-01-06 Stan Shebs Support disconnected tracing.
2010-01-06 Stan Shebs Add fast tracepoints.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-11-22 Pedro Alves Make hardware watchpoints work for process...
2009-11-21 Pedro Alves gdb/
2009-11-15 Pedro Alves * infrun.c (handle_inferior_event): When handling...
2009-10-25 Jan Kratochvilgdb/
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-09-15 Sergio Durigan JuniorImplementing catch syscall.
2009-08-20 Doug Evans Add interface for JIT code generation.
2009-08-03 Vladimir Prus Implement -break-commands
2009-07-31 Ulrich Weigand * breakpoint.h (enum enable_state): Add bp_startup_dis...
2009-07-02 Ulrich Weigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-06-24 Ulrich Weigand * breakpoint.h (set_longjmp_breakpoint): Add THREAD...
2009-06-23 Paul Pluzhnikov2009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-05-24 Pedro Alvesgdb/
2009-05-14 Paul Pluzhnikov2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-31 Joel Brobecker Provide support for (Ada) task-specific breakpo...
2009-03-31 Stan Shebs2009-03-30 Stan Shebs <stan@codesourcery.com>
2009-01-30 Vladimir Prus * breakpoint.c (create_breakpoint, create_break...
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-11-22 Joel Brobecker Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESU...
2008-11-16 Joel Brobecker Remove support for catch load and catch unload...
2008-10-30 Joel Brobecker * breakpoint.h (enum bptype): Delete bp_catch_exec.
2008-10-17 Michael Snyder2008-10-17 Michael Snyder <msnyder@vmware.com>
2008-10-16 Joel Brobecker * breakpoint.h (enum bptype): New enum bp_catch...
2008-10-15 Pedro Alvesgdb/
2008-10-14 Pedro Alves Remove dead code.
2008-09-22 Pedro Alves * infrun.c (follow_exec): Don't do a generic mourn...
2008-09-08 Pedro Alves * inferior.h (stop_bpstat): Delete.
2008-09-05 Ulrich Weigand * breakpoint.h (struct bp_location): Change type of...
2008-07-25 Tom Tromeygdb:
2008-07-09 Pedro Alves Adjust fork/vfork/exec to pass ptids around.
2008-07-08 Pedro Alves * breakpoint.c (mark_breakpoints_out): Make public.
2008-06-28 Vladimir Prus * breakpoint.c (moribund_locations): New.
2008-05-04 Pedro Alvesgdb/
2008-05-03 Thiago Jung Bauermann * breakpoint.c (create_exception_catchpoint): Remove...
2008-04-25 Pedro Alves * breakpoint.h (enum bpstat_what_main_action): Delete
2008-04-24 Vladimir Prus exec_cleanup murder.
2008-04-24 Vladimir Prus * breakpoint.h (bp_location_p): New typedef.
2008-03-13 Daniel Jacobowitz * breakpoint.h (breakpoint_restore_shadows): New
2008-03-03 Daniel Jacobowitz * breakpoint.c (fetch_watchpoint_value): New function.
2008-02-01 Vladimir Prus * breakpoint.c (break_command_1): Return void.
2008-01-29 Vladimir Prus Use multiple locations for hardware watchpoints.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-16 Vladimir Prus * breakpoint.c (bpstat_have_active_hw_watchpoints):
2007-12-13 Jim BlandyRemove unused support for target-based exception catching.
2007-11-30 Vladimir Prus Make insert_breakpoints return void.
2007-11-29 Vladimir Prus Stop infrun from tracking breakpoint insertion status.
2007-11-20 Vladimir Prus Remove unused breakpoint fields.
2007-11-15 Vladimir Prus Apply const qualifier to some users of bp_location.
2007-11-15 Vladimir Prus Make mark_breakpoints_out static.
2007-11-15 Vladimir Prus Prevent clear_command from directly modifying breakpoi...
2007-11-05 Joel Brobecker * breakpoint.h (create_solib_load_event_breakpoint)
2007-11-05 Joel Brobecker * breakpoint.h (set_breakpoint_sal): Remove...
2007-10-01 Daniel Jacobowitz2007-09-16 Daniel Jacobowitz <dan@codesourcery.com>
2007-09-23 Vladimir Prus * breakpoint.h (enum enable_state): Remove the
2007-09-22 Vladimir Prus * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
2007-09-22 Vladimir Prus gdb/
2007-09-22 Vladimir Prus Associate bp_stat with bp_location, not breakpoint.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-17 Vladimir Prus * breakpoint.c (bpstat_free): New.
2007-08-14 Vladimir Prus gdb/
2007-06-13 Ulrich Weigand2007-06-13 Markus Deuling <deuling@de.ibm.com>
2007-06-05 Ulrich Weigand * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_noti...
2007-05-23 Daniel Jacobowitz * breakpoint.h (enum bpstat_what_main_action): Remove
2007-04-13 Daniel Jacobowitz * breakpoint.c (update_breakpoints_after_exec, print_i...
2007-03-27 Pedro Alves * breakpoint.c (bpstat_num): Add int *num parameter.
2007-01-27 Eli Zaretskii * cli/cli-script.c: Include breakpoint.h.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-04-18 Daniel Jacobowitzgdb/
2005-12-17 Eli Zaretskii * breakpoint.c:
2005-05-26 Andrew Cagney2005-05-26 Andrew Cagney <cagney@gnu.org>
2004-05-13 Ulrich Weigand * breakpoint.c (bpstat_stop_status): Add new argument
2004-05-08 Andrew Cagney2004-05-08 Andrew Cagney <cagney@redhat.com>
2004-04-08 Andrew Cagney2004-04-08 Andrew Cagney <cagney@redhat.com>
2004-02-02 Jeff Johnston2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2004-02-01 Daniel Jacobowitz * breakpoint.c (bpstat_stop_status): Take a ptid_t...
2004-01-31 Daniel Jacobowitz * breakpoint.c (bpstat_stop_status): Remove not_a_sw_b...
2004-01-31 Daniel Jacobowitz * breakpoint.h: Update copyright years.
2004-01-31 Daniel Jacobowitz * breakpoint.c (software_breakpoint_inserted_here_p...
2003-11-06 Daniel Jacobowitz * breakpoint.h (struct bp_location): Add section.
2003-11-06 Daniel Jacobowitz * breakpoint.h (struct bp_location): Add a chain pointer.
2003-11-06 Daniel Jacobowitz * breakpoint.h (enum bp_loc_type, struct bp_location...
2003-10-13 Kevin Buettner * breakpoint.h (struct breakpoint): Add new member
2003-10-06 Andrew Cagney2003-10-06 Andrew Cagney <cagney@redhat.com>
2003-04-27 Daniel Jacobowitz * breakpoint.h (struct breakpoint_ops): New.
2003-04-21 Andrew Cagney2003-04-21 Andrew Cagney <cagney@redhat.com>
2003-02-20 David Carlton2003-02-19 David Carlton <carlton@math.stanford.edu>
2003-02-04 Andrew Cagney2003-02-04 Andrew Cagney <ac131313@redhat.com>
2003-01-15 Elena Zannoni2003-01-14 Elena Zannoni <ezannoni@redhat.com>
2002-12-11 Andrew Cagney2002-12-06 Andrew Cagney <ac131313@redhat.com>
2002-11-18 Andrew Cagney2002-11-18 Andrew Cagney <ac131313@redhat.com>
2002-11-10 Andrew Cagney2002-11-10 Andrew Cagney <ac131313@redhat.com>
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-08-16 Andrew Cagney* breakpoint.c (bpstat_stop_status): Rename not_a_break...
2002-06-10 Andrew Cagney* infrun.c (struct inferior_status): Replace fields
2002-02-06 Michael Snyder2002-02-04 Michael Snyder <msnyder@redhat.com>
2001-10-20 Andrew Cagney* breakpoint.h, breakpoint.c: Ditto.
next