| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-arm-low.cc | 842 PTRACE_TYPE_ARG3 control_reg = (PTRACE_TYPE_ARG3) ((i << 1) + 2); local 846 if (ptrace (PTRACE_SETHBPREGS, pid, control_reg, &control) < 0)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| hppa-dis.c | 72 static const char *const control_reg[] = variable 201 (*info->fprintf_func) (info->stream, "%s", control_reg[reg]);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| hppa-dis.c | 72 static const char *const control_reg[] = variable 201 (*info->fprintf_func) (info->stream, "%s", control_reg[reg]);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| arm-linux-nat.c | 1265 PTRACE_TYPE_ARG3 control_reg = (PTRACE_TYPE_ARG3) ((i << 1) + 2); local 1269 if (ptrace (PTRACE_SETHBPREGS, pid, control_reg, &control) < 0) 1313 2. control_reg = control
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| hppa-dis.c | 72 static const char *const control_reg[] = variable 201 (*info->fprintf_func) (info->stream, "%s", control_reg[reg]);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| hppa-dis.c | 72 static const char *const control_reg[] = variable 201 (*info->fprintf_func) (info->stream, "%s", control_reg[reg]);
|