Bilal Mehdi <bilal.me...@yahoo.com> writes:
> Please tell me if you know how to use ptrace for arm architecture
> ... and if you know any other way to use ptrace ... please tell

Don't use PEEKUSER. use PTRACE_GETREGS.

apt-get source strace

shows that it does

#elif defined (ARM)
        /*
         * Read complete register set in one go.
         */
        if (ptrace(PTRACE_GETREGS, pid, NULL, (void *)&regs) == -1)
                return -1;


_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to