| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.h | 56 /* If NT_TYPE isn't 0, it will be passed to ptrace as the 3rd 58 int nt_type; member in struct:regset_info
|
| linux-low.cc | 4984 int nt_type, res; local 4991 nt_type = regset->nt_type; 4992 if (nt_type) 5003 (PTRACE_TYPE_ARG3) (long) nt_type, data); 5005 res = ptrace (regset->get_request, pid, data, nt_type); 5062 int nt_type, res; local 5074 nt_type = regset->nt_type; 5075 if (nt_type) [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.h | 56 /* If NT_TYPE isn't 0, it will be passed to ptrace as the 3rd 58 int nt_type; member in struct:regset_info
|
| linux-low.cc | 4997 int nt_type, res; local 5004 nt_type = regset->nt_type; 5005 if (nt_type) 5016 (PTRACE_TYPE_ARG3) (long) nt_type, data); 5018 res = ptrace (regset->get_request, pid, data, nt_type); 5076 int nt_type, res; local 5088 nt_type = regset->nt_type; 5089 if (nt_type) [all...] |