ptrace_get_debugreg
int ptrace_get_debugreg(struct task_struct *child, unsigned long addr,
ret = ptrace_get_debugreg(child, addr, datalp);
*val = ptrace_get_debugreg(child, regno / 4);
tmp = ptrace_get_debugreg(child, addr / sizeof(data));
tmp = ptrace_get_debugreg(child, addr / sizeof(data));