Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sh3/include
Module Name: src
Committed By: uwe
Date: Sat Jun 7 22:22:10 UTC 2008
Modified Files:
src/sys/arch/sh3/include: db_machdep.h
Log Message:
Fix IS_BREAKPOINT_TRAP: EXP_BREAK is not a breakpoint trap, it's UBC
(user break controller) trap, and we use UBC for single-stepping, not
for ddb breakpoints. ddb breakpoints are "trapa 0xc3".
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/sh3/include/db_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index