ptrace on arm doesnt support PTRACE_PEEKUSER/PTRACE_POKEUSER operations for register read/write.
To work around this we use PTRACE_GETREGS/PTRACE_SETREGS ptrace operations.
This patch fixes ReadRegOperation and WriteRegOperation in NativeProcessLinux to make sure we use correct method for register access on arm.