summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/uapi/asm/ptrace.h
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Add types.h header required for __u32 typeEzequiel Garcia2015-04-241-0/+2
| | | | | | | | | | Reported by the header checker (CONFIG_HEADERS_CHECK=y): CHECK usr/include/asm/ (31 files) ./usr/include/asm/ptrace.h:77: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Acked-by: Ley Foon Tan <lftan@altera.com>
* nios2: add missing ptrace registers definesLey Foon Tan2015-04-091-2/+7
| | | | | | These are all register available in nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>
* nios2: update pt_regsChung-Ling Tang2015-03-121-47/+3Star
| | | | | | | Remove struct pt_regs from user header and use generic ucontext.h. Signed-off-by: Chung-Ling Tang <cltang@codesourcery.com> Acked-by: Ley Foon Tan <lftan@altera.com>
* nios2: ptrace supportLey Foon Tan2014-12-081-0/+120
Add ptrace support for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>