????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.189.188.113 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-3.13.0-35/arch/sh/include/uapi/asm/ |
Upload File : |
/* * Copyright (C) 1999, 2000 Niibe Yutaka */ #ifndef _UAPI__ASM_SH_PTRACE_H #define _UAPI__ASM_SH_PTRACE_H #define PTRACE_GETREGS 12 /* General registers */ #define PTRACE_SETREGS 13 #define PTRACE_GETFPREGS 14 /* FPU registers */ #define PTRACE_SETFPREGS 15 #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ #define PTRACE_GETFDPIC_EXEC 0 /* [addr] request the executable loadmap */ #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ #define PTRACE_GETDSPREGS 55 /* DSP registers */ #define PTRACE_SETDSPREGS 56 #define PT_TEXT_END_ADDR 240 #define PT_TEXT_ADDR 244 /* &(struct user)->start_code */ #define PT_DATA_ADDR 248 /* &(struct user)->start_data */ #define PT_TEXT_LEN 252 #if defined(__SH5__) || defined(CONFIG_CPU_SH5) #include <asm/ptrace_64.h> #else #include <asm/ptrace_32.h> #endif #endif /* _UAPI__ASM_SH_PTRACE_H */