Move have_ptrace_getregset to linux-low.c
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 82fb7f9bb25da6186b382bdc72daf1cf95f402d1..f1e1d7271d7df59becb92fa966905e3e3c862e7a 100644 (file)
@@ -139,6 +139,9 @@ typedef struct
 } Elf64_auxv_t;
 #endif
 
+/* Does the current host support PTRACE_GETREGSET?  */
+int have_ptrace_getregset = -1;
+
 /* LWP accessors.  */
 
 /* See nat/linux-nat.h.  */
This page took 0.024263 seconds and 4 git commands to generate.