Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-08 | sh: kprobes: Use trapa #0x3a for breakpoint trap. | Paul Mundt | 1 | -1/+1 | |
Not all parts support trapa #0xff, so use something within the debug trap range that's accessible on all parts. Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||||
2008-09-08 | sh: kprobes: Hook up kprobe_fault_handler() in the page fault path. | Paul Mundt | 1 | -2/+1 | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||||
2008-09-08 | sh: Add kprobes support. | Chris Smith | 1 | -0/+59 | |
Initial support for kprobes/kretprobes for 32-bit SH platforms. [ General cleanup and some rework for the kretprobe hash lock. -- PFM ] Signed-off-by: Chris Smith <chris.smith@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org> |