diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 2ae2718..c7981a1 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -147,6 +147,9 @@ /* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */ #undef HAVE_PTRACE_GETFPXREGS +/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request. */ +#undef HAVE_PT_GETDBREGS + /* Define if gnu-regex.c included with GDB should be used. */ #undef USE_INCLUDED_REGEX |