linux icon indicating copy to clipboard operation
linux copied to clipboard

Refactor ptrace.c

Open vineetgarc opened this issue 4 years ago • 0 comments

We currently copyout/copyin each register which generates horrible code. Instead use a tmp on-stack structure, populate it with pt_regs and then do a single copyout/copyin (see xtensa port e.g.)

vineetgarc avatar Jul 18 '19 22:07 vineetgarc