*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdbserver / acconfig.h
1 /* Define if the target supports PTRACE_PEEKUSR for register access. */
2 #undef HAVE_LINUX_USRREGS
3
4 /* Define if the target supports PTRACE_GETREGS for register access. */
5 #undef HAVE_LINUX_REGSETS
6
7 /* Define if the target supports PTRACE_GETFPXREGS for extended
8 register access. */
9 #undef HAVE_PTRACE_GETFPXREGS
10
11 /* Define if <sys/procfs.h> has prgregset_t. */
12 #undef HAVE_PRGREGSET_T
13
14 /* Define if <sys/procfs.h> has prfpregset_t. */
15 #undef HAVE_PRFPREGSET_T
16
17 /* Define if <sys/procfs.h> has lwpid_t. */
18 #undef HAVE_LWPID_T
19
20 /* Define if <sys/procfs.h> has psaddr_t. */
21 #undef HAVE_PSADDR_T
22
23 /* Define if the prfpregset_t type is broken. */
24 #undef PRFPREGSET_T_BROKEN
This page took 0.049427 seconds and 4 git commands to generate.