aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/sstep.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-02-06[POWERPC] Added kprobes support to ppc32Kumar Gala1-0/+1
Added kprobes to ppc32 platforms that have use single_step_exception. This excludes 4xx and anything Book-E since their debug mechanisms for single stepping are completely different. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2005-10-28powerpc: Make single-stepping emulation (mostly) usable on 32-bitPaul Mackerras1-0/+26
The sc instruction emulation can't be done the same way on 32-bit as 64-bit yet, but this should work OK. Signed-off-by: Paul Mackerras <paulus@samba.org>