1. 28 12月, 2009 1 次提交
  2. 22 12月, 2009 1 次提交
    • P
      sh: Don't NOTIFY_STOP for non-UBC breakpoint traps. · b74ab703
      Paul Mundt 提交于
      Presently the hw_breakpoint code is the primary notifier dispatch for
      breakpoint traps, although it's only UBC traps that are of particular
      interest there. This patches in a check to allow non-UBC generated
      breakpoints to pass through down the remainder of the notifier chain,
      giving things like kgdb a chance at getting notified.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b74ab703
  3. 21 12月, 2009 1 次提交
  4. 08 12月, 2009 1 次提交
    • P
      sh: hw-breakpoints: Add preliminary support for SH-4A UBC. · 09a07294
      Paul Mundt 提交于
      This adds preliminary support for the SH-4A UBC to the hw-breakpoints API.
      Presently only a single channel is implemented, and the ptrace interface
      still needs to be converted. This is the first step to cleaning up the
      long-standing UBC mess, making the UBC more generally accessible, and
      finally making it SMP safe.
      
      An additional abstraction will be layered on top of this as with the perf
      events code to permit the various CPU families to wire up support for
      their own specific UBCs, as many variations exist.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      09a07294