aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-27 * breakpoint.c (skip_prologue_sal): New function.Joel Brobecker1-0/+24
2008-02-26 * breakpoint.c (print_one_breakpoint_location): Revert Enb fieldVladimir Prus1-20/+8
2008-02-08 * breakpoint.c: #include "hashtab.h".Doug Evans1-7/+64
2008-02-01 * breakpoint.c (break_command_1): Return void.Vladimir Prus1-28/+23
2008-02-01 Properly rethrow exception. This fixes errorsVladimir Prus1-3/+3
2008-01-29 Use multiple locations for hardware watchpoints.Vladimir Prus1-249/+253
2008-01-29 Don't reset watchpoint block on solib load.Vladimir Prus1-42/+65
2008-01-22 * breakpoint.c (break_command_really): New parameterVladimir Prus1-5/+7
2008-01-11 * exec.c: #include "arch-utils.h"Markus Deuling1-4/+5
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+2
2007-12-17 * breakpoint.c: (watch_command_1): Parse additional optionalLuis Machado1-2/+65
2007-12-17 * breakpoint.c (bpstat_stop_status): Check an additionalLuis Machado1-1/+1
2007-12-16 * breakpoint.c (bpstat_have_active_hw_watchpoints):Vladimir Prus1-16/+0
2007-12-14 Add support for pending breakpoints in MI.Vladimir Prus1-1/+3
2007-12-14 * breakpoint.c (break_command_really): New, copiedVladimir Prus1-121/+57
2007-12-13Remove unused support for target-based exception catching.Jim Blandy1-308/+6
2007-12-04Support lexical blocks and function bodies that occupyJim Blandy1-3/+1
2007-11-30 Make insert_breakpoints return void.Vladimir Prus1-5/+4
2007-11-29 Stop infrun from tracking breakpoint insertion status.Vladimir Prus1-5/+16
2007-11-28* breakpoint.c (watch_command_1): When the watchpoint isn't localJim Blandy1-1/+1
2007-11-23 * breakpoint.c (insert_breakpoints)Vladimir Prus1-4/+0
2007-11-20 Remove unused breakpoint fields.Vladimir Prus1-3/+0
2007-11-20 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):Vladimir Prus1-1/+1
2007-11-15 Apply const qualifier to some users of bp_location.Vladimir Prus1-11/+11
2007-11-15 Make mark_breakpoints_out static.Vladimir Prus1-1/+3
2007-11-15 Prevent clear_command from directly modifying breakpoint list.Vladimir Prus1-33/+14
2007-11-08 * breakpoint.c (break_command_1): RemoveVladimir Prus1-41/+16
2007-11-05 * breakpoint.c (set_raw_breakpoint_without_location): Make static.Joel Brobecker1-1/+1
2007-11-05 * breakpoint.h (create_solib_load_event_breakpoint)Joel Brobecker1-100/+3
2007-11-05 * breakpoint.h (set_breakpoint_sal): Remove declaration.Joel Brobecker1-13/+0
2007-10-12 * breakpoint.c (breakpoint_sals_to_pc): Do not check forUlrich Weigand1-27/+1
2007-10-11 * breakpoint.c (do_enable_breakpoint): Delay enabling until afterKazu Hirata1-9/+8
2007-10-082007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-1/+1
2007-10-012007-09-16 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-138/+196
2007-09-26 * breakpoint.c (create_breakpoint): SetVladimir Prus1-1/+1
2007-09-24 * breakpoint.c (remove_sal): New.Vladimir Prus1-8/+151
2007-09-23 * breakpoint.h (enum enable_state): Remove theVladimir Prus1-406/+704
2007-09-22 * breakpoint.c (do_restore_lang_radix_cleanup): Remove.Vladimir Prus1-250/+198
2007-09-22 * breakpoint.c (create_breakpoint): Split fromVladimir Prus1-143/+170
2007-09-22 gdb/Vladimir Prus1-31/+27
2007-09-22 Associate bp_stat with bp_location, not breakpoint.Vladimir Prus1-65/+76
2007-08-29* breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block;Jim Blandy1-22/+0
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-08-17 * breakpoint.c (bpstat_free): New.Vladimir Prus1-5/+17
2007-08-14 gdb/Vladimir Prus1-13/+1
2007-08-14 gdb/Vladimir Prus1-27/+1
2007-08-052007-08-04 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+1
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+1
2007-07-10Include "top.h".Nick Roberts1-6/+10
2007-07-022007-07-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-9/+1