task_user_regset_view

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

task_user_regset_view - Return the process's native regset view.

SYNOPSIS

const struct user_regset_view * task_user_regset_view(struct task_struct * tsk);

ARGUMENTS

tsk

a thread of the process in question

DESCRIPTION

Return the struct user_regset_view that is native for the given process. For example, what it would access when it called ptrace. Throughout the life of the process, this only changes at exec.