aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-02* target.h (struct target_ops): AddAndreas Schwab1-2/+3
2008-05-01 PR gdb/1665Aleksandar Ristovski1-35/+29
2008-04-26 * breakpoint.c (condition_command, commands_from_control_command)Joel Brobecker1-40/+41
2008-04-25 * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves1-20/+15
2008-04-24 * breakpoint.c (bpstat_check_location)Vladimir Prus1-238/+275
2008-04-24 exec_cleanup murder.Vladimir Prus1-46/+38
2008-04-24 * breakpoint.h (bp_location_p): New typedef.Vladimir Prus1-179/+266
2008-04-24 * breakpoint.c (print_one_breakpoint_location): In MIVladimir Prus1-0/+9
2008-04-182008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-6/+5
2008-04-17 * breakpoint.c (print_one_breakpoint_location): Make sure to printJoel Brobecker1-1/+1
2008-04-15PR gdb/2424Aleksandar Ristovski1-8/+26
2008-03-14 Async mode fixes.Vladimir Prus1-5/+24
2008-03-13 * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz1-57/+24
2008-03-03 * breakpoint.c (fetch_watchpoint_value): New function.Daniel Jacobowitz1-62/+126
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