summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/sstep.h
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] Added kprobes support to ppc32Kumar Gala2007-02-061-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>
* powerpc: Make single-stepping emulation (mostly) usable on 32-bitPaul Mackerras2005-10-281-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>