| /OK3568_Linux_fs/buildroot/package/valgrind/ |
| H A D | 0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch | 4 Subject: [PATCH] Define PTRACE_GETSIGINFO on PowerPC when not available 6 uClibc 0.9.33.2 does not define PTRACE_GETSIGINFO in PowerPC. Even 10 PTRACE_GETSIGINFO on PowerPC to the right value, when such definition 27 +# ifndef PTRACE_GETSIGINFO 28 +# define PTRACE_GETSIGINFO 0x4202
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | ptrace.h | 94 PTRACE_GETSIGINFO = 0x4202, enumerator 95 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | ptrace.h | 154 PTRACE_GETSIGINFO = 0x4202, enumerator 155 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | test_freezer.c | 679 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace() 805 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test_arm64.c | 173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 177 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/ |
| H A D | process.c | 407 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | ptrace.c | 1061 case PTRACE_GETSIGINFO: in ptrace_request() 1367 case PTRACE_GETSIGINFO: in compat_ptrace_request()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-hwbreak.c | 211 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | ptrace.c | 1189 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 3042 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST() 3056 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1109 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =… 1117 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
|