aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-20 Add interface for JIT code generation.Doug Evans1-0/+9
2009-08-03 Implement -break-commandsVladimir Prus1-0/+5
2009-07-31 * breakpoint.h (enum enable_state): Add bp_startup_disabled.Ulrich Weigand1-0/+19
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-9/+18
2009-06-24 * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.Ulrich Weigand1-1/+8
2009-06-232009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+1
2009-05-24gdb/Pedro Alves1-0/+2
2009-05-142009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+1
2009-03-31 Provide support for (Ada) task-specific breakpoints.Joel Brobecker1-1/+4
2009-03-312009-03-30 Stan Shebs <stan@codesourcery.com>Stan Shebs1-0/+24
2009-01-30 * breakpoint.c (create_breakpoint, create_breakpoints)Vladimir Prus1-1/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-11-22 Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.Joel Brobecker1-4/+0
2008-11-16 Remove support for catch load and catch unload commands.Joel Brobecker1-29/+0
2008-10-30 * breakpoint.h (enum bptype): Delete bp_catch_exec.Joel Brobecker1-8/+0
2008-10-172008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+3
2008-10-16 * breakpoint.h (enum bptype): New enum bp_catchpoint.Joel Brobecker1-2/+15
2008-10-15gdb/Pedro Alves1-0/+2
2008-10-14 Remove dead code.Pedro Alves1-2/+0
2008-09-22 * infrun.c (follow_exec): Don't do a generic mourn. InsteadPedro Alves1-1/+2
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-4/+5
2008-09-05 * breakpoint.h (struct bp_location): Change type of sectionUlrich Weigand1-2/+2
2008-07-25gdb:Tom Tromey1-2/+0
2008-07-09 Adjust fork/vfork/exec to pass ptids around.Pedro Alves1-1/+1
2008-07-08 * breakpoint.c (mark_breakpoints_out): Make public.Pedro Alves1-0/+3
2008-06-28 * breakpoint.c (moribund_locations): New.Vladimir Prus1-0/+16
2008-05-04gdb/Pedro Alves1-3/+6
2008-05-03 * breakpoint.c (create_exception_catchpoint): Remove prototypeThiago Jung Bauermann1-2/+0
2008-04-25 * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves1-3/+0
2008-04-24 exec_cleanup murder.Vladimir Prus1-2/+0
2008-04-24 * breakpoint.h (bp_location_p): New typedef.Vladimir Prus1-0/+5
2008-03-13 * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz1-0/+5
2008-03-03 * breakpoint.c (fetch_watchpoint_value): New function.Daniel Jacobowitz1-1/+6
2008-02-01 * breakpoint.c (break_command_1): Return void.Vladimir Prus1-0/+5
2008-01-29 Use multiple locations for hardware watchpoints.Vladimir Prus1-3/+6
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-12-16 * breakpoint.c (bpstat_have_active_hw_watchpoints):Vladimir Prus1-3/+0
2007-12-13Remove unused support for target-based exception catching.Jim Blandy1-7/+0
2007-11-30 Make insert_breakpoints return void.Vladimir Prus1-1/+1
2007-11-29 Stop infrun from tracking breakpoint insertion status.Vladimir Prus1-0/+2
2007-11-20 Remove unused breakpoint fields.Vladimir Prus1-8/+0
2007-11-15 Apply const qualifier to some users of bp_location.Vladimir Prus1-1/+1
2007-11-15 Make mark_breakpoints_out static.Vladimir Prus1-2/+0
2007-11-15 Prevent clear_command from directly modifying breakpoint list.Vladimir Prus1-0/+4
2007-11-05 * breakpoint.h (create_solib_load_event_breakpoint)Joel Brobecker1-11/+0
2007-11-05 * breakpoint.h (set_breakpoint_sal): Remove declaration.Joel Brobecker1-2/+0
2007-10-012007-09-16 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-2/+22
2007-09-23 * breakpoint.h (enum enable_state): Remove theVladimir Prus1-6/+20
2007-09-22 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.Vladimir Prus1-2/+0
2007-09-22 gdb/Vladimir Prus1-2/+7