Age | Commit message (Expand) | Author | Files | Lines |
2009-05-19 | * breakpoint.c (insert_breakpoints, breakpoint_init_inferior) | Pedro Alves | 1 | -5/+3 |
2009-05-14 | 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -61/+68 |
2009-05-11 | gdb/ | Jan Kratochvil | 1 | -0/+8 |
2009-05-11 | Unify target macros. | Pierre Muller | 1 | -6/+6 |
2009-05-05 | * inferior.h (read_pc, write_pc): Remove. | Ulrich Weigand | 1 | -3/+9 |
2009-04-29 | * breakpoint.c (print_exception_catchpoint): Access `b' directly | Pedro Alves | 1 | -2/+2 |
2009-04-23 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2009-03-31 | Provide support for (Ada) task-specific breakpoints. | Joel Brobecker | 1 | -13/+51 |
2009-03-31 | 2009-03-30 Stan Shebs <stan@codesourcery.com> | Stan Shebs | 1 | -13/+478 |
2009-03-26 | gdb | Tom Tromey | 1 | -1/+6 |
2009-03-25 | * breakpoint.c (breakpoint_thread_match): Split a large condition | Joel Brobecker | 1 | -14/+25 |
2009-03-23 | 2009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -20/+14 |
2009-03-22 | gdb/ | Pedro Alves | 1 | -0/+27 |
2009-03-18 | * breakpoint.c (bpstat_should_step): Only consider software | Pedro Alves | 1 | -1/+1 |
2009-03-11 | * breakpoint.c (bpstat_check_breakpoint_conditions): Use | Daniel Jacobowitz | 1 | -1/+8 |
2009-03-06 | 2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -4/+4 |
2009-03-05 | gdb/ | Pedro Alves | 1 | -3/+4 |
2009-02-26 | * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint | Doug Evans | 1 | -2/+2 |
2009-02-25 | * breakpoint.c (disable_breakpoints_in_shlibs): Delete local | Doug Evans | 1 | -1/+0 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -2/+3 |
2009-02-18 | * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New. | Vladimir Prus | 1 | -0/+8 |
2009-02-05 | 2009-01-07 Pierre Muller <muller@ics.u-strasbg.fr> | Tom Tromey | 1 | -16/+12 |
2009-02-03 | * breakpoint (update_watchpoint): Minor comment adjustment. | Joel Brobecker | 1 | -2/+2 |
2009-01-30 | * breakpoint.c (create_breakpoint, create_breakpoints) | Vladimir Prus | 1 | -10/+15 |
2009-01-08 | PR breakpoints/9350: | Tom Tromey | 1 | -28/+50 |
2009-01-08 | * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for | Emi Suzuki | 1 | -46/+8 |
2009-01-07 | gdb/ | Pedro Alves | 1 | -14/+5 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2009-01-01 | 2009-01-01 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -2/+22 |
2008-12-26 | 2008-12-26 Sandra Loosemore <sandra@codesourcery.com> | Sandra Loosemore | 1 | -6/+10 |
2008-12-22 | * breakpoint.c (update_watchpoint): Adjust and extend the description | Joel Brobecker | 1 | -7/+8 |
2008-12-21 | gdb/ | Jan Kratochvil | 1 | -0/+21 |
2008-12-08 | Fix loc_type of `bp_location's created by update_watchpoint. | Jan Kratochvil | 1 | -13/+11 |
2008-12-07 | * breakpoint.c (update_global_location_list): Fix the comment. | Jan Kratochvil | 1 | -1/+1 |
2008-11-26 | Fix automatic restoration of breakpoints memory for ia64. | Jan Kratochvil | 1 | -2/+15 |
2008-11-22 | Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK. | Joel Brobecker | 1 | -26/+18 |
2008-11-16 | Remove some unused macros related to the old load/unload catchpoints. | Joel Brobecker | 1 | -53/+0 |
2008-11-16 | Remove support for catch load and catch unload commands. | Joel Brobecker | 1 | -281/+1 |
2008-11-03 | * remote.c (remote_start_remote): If the solib list is global, | Pedro Alves | 1 | -4/+13 |
2008-10-30 | * breakpoint.h (enum bptype): Delete bp_catch_exec. | Joel Brobecker | 1 | -109/+72 |
2008-10-28 | gdb | Tom Tromey | 1 | -14/+35 |
2008-10-17 | 2008-10-17 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+7 |
2008-10-16 | * breakpoint.h (enum bptype): New enum bp_catchpoint. | Joel Brobecker | 1 | -125/+237 |
2008-10-15 | gdb/ | Pedro Alves | 1 | -8/+30 |
2008-10-14 | Remove dead code. | Pedro Alves | 1 | -16/+2 |
2008-09-16 | * breakpoint.c (bpstat_stop_status): Clear breakpoint_at for | David Daney | 1 | -3/+9 |
2008-09-11 | * defs.h (struct gdbarch): Add forward declaration. | Ulrich Weigand | 1 | -2/+2 |
2008-09-08 | Remove global continuations in favour of a per-thread | Pedro Alves | 1 | -1/+2 |
2008-09-08 | * inferior.h (stop_bpstat): Delete. | Pedro Alves | 1 | -34/+43 |
2008-09-05 | * breakpoint.h (struct bp_location): Change type of section | Ulrich Weigand | 1 | -6/+8 |