Age | Commit message (Expand) | Author | Files | Lines |
2008-03-13 | * breakpoint.h (breakpoint_restore_shadows): New | Daniel Jacobowitz | 1 | -0/+5 |
2008-03-03 | * breakpoint.c (fetch_watchpoint_value): New function. | Daniel Jacobowitz | 1 | -1/+6 |
2008-02-01 | * breakpoint.c (break_command_1): Return void. | Vladimir Prus | 1 | -0/+5 |
2008-01-29 | Use multiple locations for hardware watchpoints. | Vladimir Prus | 1 | -3/+6 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-16 | * breakpoint.c (bpstat_have_active_hw_watchpoints): | Vladimir Prus | 1 | -3/+0 |
2007-12-13 | Remove unused support for target-based exception catching. | Jim Blandy | 1 | -7/+0 |
2007-11-30 | Make insert_breakpoints return void. | Vladimir Prus | 1 | -1/+1 |
2007-11-29 | Stop infrun from tracking breakpoint insertion status. | Vladimir Prus | 1 | -0/+2 |
2007-11-20 | Remove unused breakpoint fields. | Vladimir Prus | 1 | -8/+0 |
2007-11-15 | Apply const qualifier to some users of bp_location. | Vladimir Prus | 1 | -1/+1 |
2007-11-15 | Make mark_breakpoints_out static. | Vladimir Prus | 1 | -2/+0 |
2007-11-15 | Prevent clear_command from directly modifying breakpoint list. | Vladimir Prus | 1 | -0/+4 |
2007-11-05 | * breakpoint.h (create_solib_load_event_breakpoint) | Joel Brobecker | 1 | -11/+0 |
2007-11-05 | * breakpoint.h (set_breakpoint_sal): Remove declaration. | Joel Brobecker | 1 | -2/+0 |
2007-10-01 | 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com> | Daniel Jacobowitz | 1 | -2/+22 |
2007-09-23 | * breakpoint.h (enum enable_state): Remove the | Vladimir Prus | 1 | -6/+20 |
2007-09-22 | * breakpoint.c (do_restore_lang_radix_cleanup): Remove. | Vladimir Prus | 1 | -2/+0 |
2007-09-22 | gdb/ | Vladimir Prus | 1 | -2/+7 |
2007-09-22 | Associate bp_stat with bp_location, not breakpoint. | Vladimir Prus | 1 | -1/+1 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-08-17 | * breakpoint.c (bpstat_free): New. | Vladimir Prus | 1 | -3/+6 |
2007-08-14 | gdb/ | Vladimir Prus | 1 | -1/+1 |
2007-06-13 | 2007-06-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -2/+2 |
2007-06-05 | * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook, | Ulrich Weigand | 1 | -8/+0 |
2007-05-23 | * breakpoint.h (enum bpstat_what_main_action): Remove | Daniel Jacobowitz | 1 | -4/+0 |
2007-04-13 | * breakpoint.c (update_breakpoints_after_exec, print_it_typical) | Daniel Jacobowitz | 1 | -3/+0 |
2007-03-27 | * breakpoint.c (bpstat_num): Add int *num parameter. | Pedro Alves | 1 | -3/+6 |
2007-01-27 | * cli/cli-script.c: Include breakpoint.h. | Eli Zaretskii | 1 | -0/+4 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+1 |
2006-04-18 | gdb/ | Daniel Jacobowitz | 1 | -7/+46 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-05-26 | 2005-05-26 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2004-05-13 | * breakpoint.c (bpstat_stop_status): Add new argument | Ulrich Weigand | 1 | -1/+2 |
2004-05-08 | 2004-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -7/+0 |
2004-04-08 | 2004-04-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -0/+9 |
2004-02-02 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -0/+11 |
2004-02-01 | * breakpoint.c (bpstat_stop_status): Take a ptid_t argument, | Daniel Jacobowitz | 1 | -1/+1 |
2004-01-31 | * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint | Daniel Jacobowitz | 1 | -1/+1 |
2004-01-31 | * breakpoint.h: Update copyright years. | Daniel Jacobowitz | 1 | -1/+2 |
2004-01-31 | * breakpoint.c (software_breakpoint_inserted_here_p): New function. | Daniel Jacobowitz | 1 | -0/+2 |
2003-11-06 | * breakpoint.h (struct bp_location): Add section. | Daniel Jacobowitz | 1 | -2/+4 |
2003-11-06 | * breakpoint.h (struct bp_location): Add a chain pointer. | Daniel Jacobowitz | 1 | -0/+3 |
2003-11-06 | * breakpoint.h (enum bp_loc_type, struct bp_location): New. | Daniel Jacobowitz | 1 | -22/+68 |
2003-10-13 | * breakpoint.h (struct breakpoint): Add new member | Kevin Buettner | 1 | -0/+8 |
2003-10-06 | 2003-10-06 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+2 |
2003-04-27 | * breakpoint.h (struct breakpoint_ops): New. | Daniel Jacobowitz | 1 | -0/+21 |
2003-04-21 | 2003-04-21 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2003-02-20 | 2003-02-19 David Carlton <carlton@math.stanford.edu> | David Carlton | 1 | -0/+1 |
2003-02-04 | 2003-02-04 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -4/+4 |