This patch adds support for ARM Register contexts in LLDB.
This is a preliminary patch and is not tested on arm platform as yet. PTRACE on arm work similar to x86 so should work as it is on x86_64 with may be a few minor fixes. Some intelligent hacks are needed for thumb/arm mode switches and little/bid endian switches which I have ignored in this first patch.
There are some obvious issues like repetitive code which may go out once we refactor some redundant code for all architectures not just arm.
Complementing previous ABI patch submitted last week most of the missing pieces for arm are now ve been written.
Does not seem related.