OSDN Git Service

2003-12-12 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 12 Dec 2003 19:04:45 +0000 (19:04 +0000)
committerjjohnstn <jjohnstn>
Fri, 12 Dec 2003 19:04:45 +0000 (19:04 +0000)
commitd73b28ff5b538447ee605e0270dd27b7842b9e1f
treee067faafedb1747924aa8c3e7d555c605b80e409
parent57f67d9bb3098985a7a849f93617be3bcdfafff2
2003-12-12  Jeff Johnston  <jjohnstn@redhat.com>

        * breakpoint.c (breakpoint_enabled): New function to test whether
        breakpoint is active and enabled.
        (insert_bp_location, insert_breakpoints): Call new function to test
        for enabled breakpoint.
        (remove_breakpoint, breakpoint_here_p, breakpoint_thread_match)
        (bpstat_should_step, bpstat_have_active_hw_watchpoints)
        (disable_breakpoints_in_shlibs, hw_watchpoint_used_count)
        (disable_watchpoints_before_interactive_call_start)
        (breakpoint_re_set_one): Ditto.
        (bpstat_stop_status): Use new function and simplify test.
gdb/ChangeLog
gdb/breakpoint.c