Age | Commit message (Expand) | Author | Files | Lines |
2007-12-17 | * breakpoint.c: (watch_command_1): Parse additional optional | Luis Machado | 1 | -2/+65 |
2007-12-17 | * breakpoint.c (bpstat_stop_status): Check an additional | Luis Machado | 1 | -1/+1 |
2007-12-16 | * breakpoint.c (bpstat_have_active_hw_watchpoints): | Vladimir Prus | 1 | -16/+0 |
2007-12-14 | Add support for pending breakpoints in MI. | Vladimir Prus | 1 | -1/+3 |
2007-12-14 | * breakpoint.c (break_command_really): New, copied | Vladimir Prus | 1 | -121/+57 |
2007-12-13 | Remove unused support for target-based exception catching. | Jim Blandy | 1 | -308/+6 |
2007-12-04 | Support lexical blocks and function bodies that occupy | Jim Blandy | 1 | -3/+1 |
2007-11-30 | Make insert_breakpoints return void. | Vladimir Prus | 1 | -5/+4 |
2007-11-29 | Stop infrun from tracking breakpoint insertion status. | Vladimir Prus | 1 | -5/+16 |
2007-11-28 | * breakpoint.c (watch_command_1): When the watchpoint isn't local | Jim Blandy | 1 | -1/+1 |
2007-11-23 | * breakpoint.c (insert_breakpoints) | Vladimir Prus | 1 | -4/+0 |
2007-11-20 | Remove unused breakpoint fields. | Vladimir Prus | 1 | -3/+0 |
2007-11-20 | * breakpoint.c (disable_breakpoints_in_unloaded_shlib): | Vladimir Prus | 1 | -1/+1 |
2007-11-15 | Apply const qualifier to some users of bp_location. | Vladimir Prus | 1 | -11/+11 |
2007-11-15 | Make mark_breakpoints_out static. | Vladimir Prus | 1 | -1/+3 |
2007-11-15 | Prevent clear_command from directly modifying breakpoint list. | Vladimir Prus | 1 | -33/+14 |
2007-11-08 | * breakpoint.c (break_command_1): Remove | Vladimir Prus | 1 | -41/+16 |
2007-11-05 | * breakpoint.c (set_raw_breakpoint_without_location): Make static. | Joel Brobecker | 1 | -1/+1 |
2007-11-05 | * breakpoint.h (create_solib_load_event_breakpoint) | Joel Brobecker | 1 | -100/+3 |
2007-11-05 | * breakpoint.h (set_breakpoint_sal): Remove declaration. | Joel Brobecker | 1 | -13/+0 |
2007-10-12 | * breakpoint.c (breakpoint_sals_to_pc): Do not check for | Ulrich Weigand | 1 | -27/+1 |
2007-10-11 | * breakpoint.c (do_enable_breakpoint): Delay enabling until after | Kazu Hirata | 1 | -9/+8 |
2007-10-08 | 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 1 | -1/+1 |
2007-10-01 | 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com> | Daniel Jacobowitz | 1 | -138/+196 |
2007-09-26 | * breakpoint.c (create_breakpoint): Set | Vladimir Prus | 1 | -1/+1 |
2007-09-24 | * breakpoint.c (remove_sal): New. | Vladimir Prus | 1 | -8/+151 |
2007-09-23 | * breakpoint.h (enum enable_state): Remove the | Vladimir Prus | 1 | -406/+704 |
2007-09-22 | * breakpoint.c (do_restore_lang_radix_cleanup): Remove. | Vladimir Prus | 1 | -250/+198 |
2007-09-22 | * breakpoint.c (create_breakpoint): Split from | Vladimir Prus | 1 | -143/+170 |
2007-09-22 | gdb/ | Vladimir Prus | 1 | -31/+27 |
2007-09-22 | Associate bp_stat with bp_location, not breakpoint. | Vladimir Prus | 1 | -65/+76 |
2007-08-29 | * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block; | Jim Blandy | 1 | -22/+0 |
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 | -5/+17 |
2007-08-14 | gdb/ | Vladimir Prus | 1 | -13/+1 |
2007-08-14 | gdb/ | Vladimir Prus | 1 | -27/+1 |
2007-08-05 | 2007-08-04 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -1/+1 |
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -1/+1 |
2007-07-10 | Include "top.h". | Nick Roberts | 1 | -6/+10 |
2007-07-02 | 2007-07-02 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -9/+1 |
2007-07-02 | * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint. | Daniel Jacobowitz | 1 | -11/+7 |
2007-06-13 | 2007-06-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -2/+2 |
2007-06-13 | 2007-06-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+1 |
2007-06-06 | * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target. | Ulrich Weigand | 1 | -1/+1 |
2007-06-05 | * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook, | Ulrich Weigand | 1 | -28/+0 |
2007-05-11 | * breakpoint.c (remove_breakpoint): Do not remove software | Ulrich Weigand | 1 | -1/+7 |
2007-05-11 | * breakpoint.c (single_step_breakpoint_inserted_here_p): New function. | Ulrich Weigand | 1 | -0/+27 |
2007-05-03 | * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address | Kevin Buettner | 1 | -2/+12 |
2007-04-13 | * breakpoint.c (update_breakpoints_after_exec, print_it_typical) | Daniel Jacobowitz | 1 | -42/+20 |
2007-04-13 | * breakpoint.c (bpstat_what): Give step-resume higher priority than | Daniel Jacobowitz | 1 | -6/+6 |