diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 2d6e84a..9ab7e2a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -157,6 +157,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 |