summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
...
* gdb/Pedro Alves2009-11-211-0/+5
* * infrun.c (handle_inferior_event): When handling a fork or vforkPedro Alves2009-11-151-0/+3
* gdb/Jan Kratochvil2009-10-251-4/+0
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-10/+35
* Implementing catch syscall.sergiodj2009-09-151-1/+20
* Add interface for JIT code generation.Doug Evans2009-08-201-0/+9
* Implement -break-commandsVladimir Prus2009-08-031-0/+5
* * breakpoint.h (enum enable_state): Add bp_startup_disabled.Ulrich Weigand2009-07-311-0/+19
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-9/+18
* * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.Ulrich Weigand2009-06-241-1/+8
* 2009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-06-231-1/+1
* gdb/Pedro Alves2009-05-241-0/+2
* 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-05-141-1/+1
* Provide support for (Ada) task-specific breakpoints.Joel Brobecker2009-03-311-1/+4
* 2009-03-30 Stan Shebs <stan@codesourcery.com>Stan Shebs2009-03-311-0/+24
* * breakpoint.c (create_breakpoint, create_breakpoints)Vladimir Prus2009-01-301-1/+2
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.Joel Brobecker2008-11-221-4/+0
* Remove support for catch load and catch unload commands.Joel Brobecker2008-11-161-29/+0
* * breakpoint.h (enum bptype): Delete bp_catch_exec.Joel Brobecker2008-10-301-8/+0
* 2008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-10-171-0/+3
* * breakpoint.h (enum bptype): New enum bp_catchpoint.Joel Brobecker2008-10-161-2/+15
* gdb/Pedro Alves2008-10-151-0/+2
* Remove dead code.Pedro Alves2008-10-141-2/+0
* * infrun.c (follow_exec): Don't do a generic mourn. InsteadPedro Alves2008-09-221-1/+2
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-4/+5
* * breakpoint.h (struct bp_location): Change type of sectionUlrich Weigand2008-09-051-2/+2
* gdb:Tom Tromey2008-07-251-2/+0
* Adjust fork/vfork/exec to pass ptids around.Pedro Alves2008-07-091-1/+1
* * breakpoint.c (mark_breakpoints_out): Make public.Pedro Alves2008-07-081-0/+3
* * breakpoint.c (moribund_locations): New.Vladimir Prus2008-06-281-0/+16
* gdb/Pedro Alves2008-05-041-3/+6
* * breakpoint.c (create_exception_catchpoint): Remove prototypeThiago Jung Bauermann2008-05-031-2/+0
* * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves2008-04-251-3/+0
* exec_cleanup murder.Vladimir Prus2008-04-241-2/+0
* * breakpoint.h (bp_location_p): New typedef.Vladimir Prus2008-04-241-0/+5
* * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz2008-03-131-0/+5
* * breakpoint.c (fetch_watchpoint_value): New function.Daniel Jacobowitz2008-03-031-1/+6
* * breakpoint.c (break_command_1): Return void.Vladimir Prus2008-02-011-0/+5
* Use multiple locations for hardware watchpoints.Vladimir Prus2008-01-291-3/+6
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * breakpoint.c (bpstat_have_active_hw_watchpoints):Vladimir Prus2007-12-161-3/+0
* Remove unused support for target-based exception catching.Jim Blandy2007-12-131-7/+0
* Make insert_breakpoints return void.Vladimir Prus2007-11-301-1/+1
* Stop infrun from tracking breakpoint insertion status.Vladimir Prus2007-11-291-0/+2
* Remove unused breakpoint fields.Vladimir Prus2007-11-201-8/+0
* Apply const qualifier to some users of bp_location.Vladimir Prus2007-11-151-1/+1
* Make mark_breakpoints_out static.Vladimir Prus2007-11-151-2/+0
* Prevent clear_command from directly modifying breakpoint list.Vladimir Prus2007-11-151-0/+4
* * breakpoint.h (create_solib_load_event_breakpoint)Joel Brobecker2007-11-051-11/+0