ptrace_do
ptrace_do copied to clipboard
Pairing for ARM processor
I'd love if you could add a pairing for ARM processor. Or you can give a brief explanation of how the code can be adjusted to fit ARM.
- ARM support: I love it! I don't think I'll have time soon though. I'll keep it in the back of my mind and try to carve out some time on my calendar but probably months out.
- Better documentation of internals: Happily. I'll try to get to this soon (looking at weeks not months.)
waiting for this issues solution,my lord! after execute "make" command,I got two types of error, one can fix it by "sed -i 's/PTRACE_GETREGS/PTRACE_GETREGSET/g' libptrace_do.c" and "sed -i 's/PTRACE_SETREGS/PTRACE_SETREGSET/g' libptrace_do.c",solution from Google. the second one,it seems the difference between struct "user_regs_struct",maybe by find the mapping-table for regs[31] in arm and r13,r14,15 etc. in x86,will be OK.except these regs are different use between arm and x86 for OS.
Sorry, I have no real update. The sticking point is I don't know ARM assembly. I would like to learn it but I just don't have time right now. I'll leave the issue as open. When I find time I'll read up on ARM, otherwise if anyone knows ARM and wants to help, I'm open to pull requests or working together.
Sorry, I have no real update. The sticking point is I don't know ARM assembly. I would like to learn it but I just don't have time right now. I'll leave the issue as open. When I find time I'll read up on ARM, otherwise if anyone knows ARM and wants to help, I'm open to pull requests or working together.
Hello, looking forward to support it very much, otherwise Hadoop CDH6.X migration to arm64 encountered a lot of trouble