commit | 2437170710c4a3dee137a65623960aa7ac82a32e | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Tue Apr 19 17:56:58 2011 +0100 |
committer | Tixy <tixy@medhuaa1.miniserver.com> | Wed Jul 13 17:32:41 2011 +0000 |
tree | c886353a398a3e60c148bfd3e3eb7c3a42486d88 | |
parent | de41984003ed2315dbb7d58168cc3e72e15b075c [diff] |
ARM: kprobes: Add Thumb instruction decoding stubs Extend arch_prepare_kprobe to support probing of Thumb code. For the actual decoding of Thumb instructions, stub functions are added which currently just reject the probe. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>