summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/Pedro Alves2008-05-041-69/+43
* * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.Daniel Jacobowitz2008-05-031-10/+0
* * breakpoint.c (create_exception_catchpoint): Remove prototypeThiago Jung Bauermann2008-05-031-4/+0
* * target.h (struct target_ops): AddAndreas Schwab2008-05-021-2/+3
* PR gdb/1665Aleksandar Ristovski2008-05-011-35/+29
* * breakpoint.c (condition_command, commands_from_control_command)Joel Brobecker2008-04-261-40/+41
* * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves2008-04-251-20/+15
* * breakpoint.c (bpstat_check_location)Vladimir Prus2008-04-241-238/+275
* exec_cleanup murder.Vladimir Prus2008-04-241-46/+38
* * breakpoint.h (bp_location_p): New typedef.Vladimir Prus2008-04-241-179/+266
* * breakpoint.c (print_one_breakpoint_location): In MIVladimir Prus2008-04-241-0/+9
* 2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam2008-04-181-6/+5
* * breakpoint.c (print_one_breakpoint_location): Make sure to printJoel Brobecker2008-04-171-1/+1
* PR gdb/2424Aleksandar Ristovski2008-04-151-8/+26
* Async mode fixes.Vladimir Prus2008-03-141-5/+24
* * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz2008-03-131-57/+24
* * breakpoint.c (fetch_watchpoint_value): New function.Daniel Jacobowitz2008-03-031-62/+126
* * breakpoint.c (skip_prologue_sal): New function.Joel Brobecker2008-02-271-0/+24
* * breakpoint.c (print_one_breakpoint_location): Revert Enb fieldVladimir Prus2008-02-261-20/+8
* * breakpoint.c: #include "hashtab.h".Doug Evans2008-02-081-7/+64
* * breakpoint.c (break_command_1): Return void.Vladimir Prus2008-02-011-28/+23
* Properly rethrow exception. This fixes errorsVladimir Prus2008-02-011-3/+3
* Use multiple locations for hardware watchpoints.Vladimir Prus2008-01-291-249/+253
* Don't reset watchpoint block on solib load.Vladimir Prus2008-01-291-42/+65
* * breakpoint.c (break_command_really): New parameterVladimir Prus2008-01-221-5/+7
* * exec.c: #include "arch-utils.h"Markus Deuling2008-01-111-4/+5
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* * breakpoint.c: (watch_command_1): Parse additional optionalLuis Machado2007-12-171-2/+65
* * breakpoint.c (bpstat_stop_status): Check an additionalLuis Machado2007-12-171-1/+1
* * breakpoint.c (bpstat_have_active_hw_watchpoints):Vladimir Prus2007-12-161-16/+0
* Add support for pending breakpoints in MI.Vladimir Prus2007-12-141-1/+3
* * breakpoint.c (break_command_really): New, copiedVladimir Prus2007-12-141-121/+57
* Remove unused support for target-based exception catching.Jim Blandy2007-12-131-308/+6
* Support lexical blocks and function bodies that occupyJim Blandy2007-12-041-3/+1
* Make insert_breakpoints return void.Vladimir Prus2007-11-301-5/+4
* Stop infrun from tracking breakpoint insertion status.Vladimir Prus2007-11-291-5/+16
* * breakpoint.c (watch_command_1): When the watchpoint isn't localJim Blandy2007-11-281-1/+1
* * breakpoint.c (insert_breakpoints)Vladimir Prus2007-11-231-4/+0
* Remove unused breakpoint fields.Vladimir Prus2007-11-201-3/+0
* * breakpoint.c (disable_breakpoints_in_unloaded_shlib):Vladimir Prus2007-11-201-1/+1
* Apply const qualifier to some users of bp_location.Vladimir Prus2007-11-151-11/+11
* Make mark_breakpoints_out static.Vladimir Prus2007-11-151-1/+3
* Prevent clear_command from directly modifying breakpoint list.Vladimir Prus2007-11-151-33/+14
* * breakpoint.c (break_command_1): RemoveVladimir Prus2007-11-081-41/+16
* * breakpoint.c (set_raw_breakpoint_without_location): Make static.Joel Brobecker2007-11-051-1/+1
* * breakpoint.h (create_solib_load_event_breakpoint)Joel Brobecker2007-11-051-100/+3
* * breakpoint.h (set_breakpoint_sal): Remove declaration.Joel Brobecker2007-11-051-13/+0
* * breakpoint.c (breakpoint_sals_to_pc): Do not check forUlrich Weigand2007-10-121-27/+1
* * breakpoint.c (do_enable_breakpoint): Delay enabling until afterKazu Hirata2007-10-111-9/+8
* 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2007-10-081-1/+1