| /src/external/gpl3/gcc/dist/libsanitizer/include/system/sys/ |
| ptrace.h | 2 #ifndef PTRACE_GETREGSET 5 doesn't define PTRACE_GETREGSET. */ 6 #define PTRACE_GETREGSET 0x4204
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/include/system/sys/ |
| ptrace.h | 2 #ifndef PTRACE_GETREGSET 5 doesn't define PTRACE_GETREGSET. */ 6 #define PTRACE_GETREGSET 0x4204
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| riscv-linux-tdesc.c | 62 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET,
|
| linux-ptrace.h | 45 #ifndef PTRACE_GETREGSET 46 #define PTRACE_GETREGSET 0x4204
|
| x86-linux-tdesc.c | 89 /* Check if PTRACE_GETREGSET works. */ 90 if (ptrace (PTRACE_GETREGSET, tid,
|
| aarch64-scalable-linux-ptrace.c | 95 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0) 131 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SSVE, &iovec) < 0) 167 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0) 230 if (ptrace (PTRACE_GETREGSET, tid, has_sve_state? NT_ARM_SVE : NT_ARM_SSVE, 265 if (ptrace (PTRACE_GETREGSET, tid, has_sve_state? NT_ARM_SVE : NT_ARM_SSVE, 430 if (ptrace (PTRACE_GETREGSET, tid, has_sve_state? NT_ARM_SVE : NT_ARM_SSVE, 470 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0) 546 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZT, &iovec) < 0) 584 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZT, &iovec) < 0)
|
| loongarch-linux-hw-point.c | 182 result = ptrace (PTRACE_GETREGSET, tid, NT_LOONGARCH_HW_WATCH, &iov); 203 result = ptrace (PTRACE_GETREGSET, tid, NT_LOONGARCH_HW_BREAK, &iov);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| riscv-linux-tdesc.c | 62 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET,
|
| linux-ptrace.h | 45 #ifndef PTRACE_GETREGSET 46 #define PTRACE_GETREGSET 0x4204
|
| aarch64-scalable-linux-ptrace.c | 95 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0) 131 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SSVE, &iovec) < 0) 167 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0) 230 if (ptrace (PTRACE_GETREGSET, tid, has_sve_state? NT_ARM_SVE : NT_ARM_SSVE, 265 if (ptrace (PTRACE_GETREGSET, tid, has_sve_state? NT_ARM_SVE : NT_ARM_SSVE, 430 if (ptrace (PTRACE_GETREGSET, tid, has_sve_state? NT_ARM_SVE : NT_ARM_SSVE, 470 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0) 546 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZT, &iovec) < 0) 584 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZT, &iovec) < 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| loongarch-linux-nat.c | 64 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (long) &iov) < 0) 90 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (long) &iov) < 0) 115 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0) 136 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0) 161 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) 188 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) 220 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LASX, (long) &iovec) < 0) 248 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LASX, (long) &iovec) < 0) 284 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0) 314 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0 [all...] |
| or1k-linux-nat.c | 133 into REGCACHE using PTRACE_GETREGSET. */ 152 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, 183 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS,
|
| arc-linux-nat.c | 88 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (void *) &iov) < 0) 108 if (ptrace (PTRACE_GETREGSET, tid, NT_ARC_V2, (void *) &iov) < 0) 127 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (void *) &iov) < 0) 151 if (ptrace (PTRACE_GETREGSET, tid, NT_ARC_V2, (void *) &iov) < 0)
|
| riscv-linux-nat.c | 212 into REGCACHE using PTRACE_GETREGSET. */ 230 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, 250 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, 287 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, 313 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| or1k-linux-nat.c | 133 into REGCACHE using PTRACE_GETREGSET. */ 152 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, 183 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS,
|
| arc-linux-nat.c | 88 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (void *) &iov) < 0) 108 if (ptrace (PTRACE_GETREGSET, tid, NT_ARC_V2, (void *) &iov) < 0) 127 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (void *) &iov) < 0) 151 if (ptrace (PTRACE_GETREGSET, tid, NT_ARC_V2, (void *) &iov) < 0)
|
| riscv-linux-nat.c | 212 into REGCACHE using PTRACE_GETREGSET. */ 230 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, 250 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, 287 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, 313 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET,
|
| loongarch-linux-nat.c | 104 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (long) &iov) < 0) 130 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, (long) &iov) < 0) 155 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0) 176 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0) 201 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) 228 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) 260 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LASX, (long) &iovec) < 0) 288 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LASX, (long) &iovec) < 0) 324 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0) 354 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0 [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-riscv-low.cc | 169 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, 172 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, 175 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, 178 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET,
|
| linux-loongarch-low.cc | 270 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, sizeof (elf_gregset_t), 272 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, sizeof (elf_fpregset_t), 274 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LSX, sizeof (elf_lsxregset_t), 276 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LASX, sizeof (elf_lasxregset_t), 278 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LBT, LOONGARCH_LBT_REGS_SIZE,
|
| linux-aarch32-low.cc | 142 /* Register sets with using PTRACE_GETREGSET. */ 145 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, 148 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_VFP, ARM_VFP3_REGS_SIZE,
|
| linux-csky-low.cc | 152 if (ptrace (PTRACE_GETREGSET, lwpid, 263 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, sizeof(struct pt_regs), 266 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, sizeof(struct user_fp),
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-riscv-low.cc | 169 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, 172 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, 175 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, 178 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET,
|
| linux-loongarch-low.cc | 270 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, sizeof (elf_gregset_t), 272 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, sizeof (elf_fpregset_t), 274 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LSX, sizeof (elf_lsxregset_t), 276 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LASX, sizeof (elf_lasxregset_t), 278 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LBT, LOONGARCH_LBT_REGS_SIZE,
|
| linux-aarch32-low.cc | 142 /* Register sets with using PTRACE_GETREGSET. */ 145 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, 148 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_VFP, ARM_VFP3_REGS_SIZE,
|