commit | a43bc69b39484a448293f2eddc7e98ff15437414 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Sun Aug 28 16:18:43 2011 +0100 |
committer | Jon Medhurst <tixy@yxit.co.uk> | Tue Sep 20 18:17:43 2011 +0000 |
tree | 5c40ccc0517618971a1e9660b6816dbf2b6b096a | |
parent | 9eed1797720ae633cf17b03dd804d8744f1d3b5c [diff] |
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>