ARM: kprobes: Framework for instruction set test cases
authorJon Medhurst <tixy@yxit.co.uk>
Sun, 28 Aug 2011 15:18:43 +0000 (16:18 +0100)
committerJon Medhurst <tixy@yxit.co.uk>
Tue, 20 Sep 2011 18:17:43 +0000 (18:17 +0000)
commita43bc69b39484a448293f2eddc7e98ff15437414
tree5c40ccc0517618971a1e9660b6816dbf2b6b096a
parent9eed1797720ae633cf17b03dd804d8744f1d3b5c
ARM: kprobes: Framework for instruction set test cases

On ARM we have to simulate/emulate CPU instructions in order to
singlestep them. This patch adds a framework which can be used to
construct test cases for different instruction forms. It is described in
detail in the in-source comments of kprobes-test.c

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/kernel/kprobes-test.c
arch/arm/kernel/kprobes-test.h [new file with mode: 0644]