I have been messing around with ptrace and registers a lot lately and I was wondering if there is a difference between pt_regs and user_struct_regs as far as content goes. More specifically, do they both hold the same content(register values) but just have different named members to hold it.
I noticed that some architectures contain user_struct_regs, while others such as arm do not have it.
以上就是Difference between pt_regs and user_struct_regs的详细内容,更多请关注web前端其它相关文章!