summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* 20090-12-30 Jan Kratochvil <jan.kratochvil@redhat.com>Thiago Jung Bauermann2009-12-301-0/+7
* * breakpoint.c (watchpoint_check): Expand the function description.Joel Brobecker2009-12-301-1/+4
* gdb/Thiago Jung Bauermann2009-12-301-2/+6
* * defs.h (print_address_symbolic, build_address_symbolic): UpdateDaniel Jacobowitz2009-12-281-1/+2
* gdb/Jan Kratochvil2009-12-231-65/+67
* gdb/Jan Kratochvil2009-12-231-6/+11
* 2009-12-17 Stan Shebs <stan@codesourcery.com>Stan Shebs2009-12-181-0/+5
* ChangeLog:Paul Pluzhnikov2009-12-031-0/+30
* PR gdb/8704Daniel Jacobowitz2009-11-251-1/+1
* * breakpoint.c (expand_line_sal_maybe): Adjust adjust the SALJoel Brobecker2009-11-241-2/+3
* Make hardware watchpoints work for process record.Pedro Alves2009-11-221-0/+32
* * breakpoint.c (update_watchpoint): Skip creating locations andPedro Alves2009-11-211-53/+99
* gdb/Pedro Alves2009-11-211-2/+38
* gdb/Jan Kratochvil2009-11-201-14/+5
* gdb/Jan Kratochvil2009-11-201-1/+40
* 2009-10-25 Michael Snyder <msnyder@vmware.com>Michael Snyder2009-11-201-0/+2
* * breakpoint.c (update_global_location_list): Fix duplicatePedro Alves2009-11-201-19/+32
* * infrun.c (handle_inferior_event): Hardware hatchpoint traps arePedro Alves2009-11-201-13/+48
* * breakpoint.c (breakpoint_address_bits): Visit all locations'Pedro Alves2009-11-191-1/+1
* * infrun.c (handle_inferior_event): When handling a fork or vforkPedro Alves2009-11-151-0/+10
* * breakpoint.c (should_be_inserted): Don't insert breakpoints ifPedro Alves2009-11-151-20/+12
* 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>Daniel Jacobowitz2009-11-131-7/+13
* 2009-10-31 Michael Snyder <msnyder@vmware.com>Michael Snyder2009-10-311-2/+1
* gdb/ChangeLog:sergiodj2009-10-311-11/+1
* gdb/Jan Kratochvil2009-10-251-216/+345
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-122/+493
* Implementing catch syscall.sergiodj2009-09-151-6/+483
* * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.Doug Evans2009-08-211-1/+1
* Add interface for JIT code generation.Doug Evans2009-08-201-28/+56
* Implement -break-commandsVladimir Prus2009-08-031-4/+26
* * breakpoint.c (remove_breakpoints): If removing one breakpointUlrich Weigand2009-07-311-24/+9
* * breakpoint.h (enum enable_state): Add bp_startup_disabled.Ulrich Weigand2009-07-311-1/+67
* * breakpoint.c (set_raw_breakpoint): Remove static modifier.Pierre Muller2009-07-071-2/+4
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-16/+35
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-101/+202
* gdb/Daniel Jacobowitz2009-06-281-52/+59
* * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.Ulrich Weigand2009-06-241-26/+69
* 2009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-06-231-40/+27
* * breakpoint.c (expand_line_sal_maybe): When explicit_line,Jerome Guitton2009-06-191-2/+19
* * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand2009-06-171-2/+12
* * breakpoint.c (break_command_really): Rename local variablePedro Alves2009-06-111-10/+9
* * breakpoint.c: ARI fixes.Pierre Muller2009-06-101-39/+43
* * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias ofPierre Muller2009-06-081-5/+2
* * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves2009-06-071-7/+5
* * value.h (struct internalvar): Remove.Ulrich Weigand2009-06-031-8/+5
* 2009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey2009-05-281-2/+2
* gdb/Pedro Alves2009-05-241-1/+39
* gdb/Jan Kratochvil2009-05-231-8/+4
* * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)Pedro Alves2009-05-191-5/+3
* 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-05-141-61/+68