* mi/mi-cmd-stack.c (parse_print_values): New.
[deliverable/binutils-gdb.git] / gdb / amd64-windows-nat.c
index 88815a9fc4a64c639d43a60407692dc71c3f62bd..0e45aae884b610757d6573a5dbd493a4b635ffb7 100644 (file)
@@ -16,8 +16,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "win32-nat.h"
-
+#include "windows-nat.h"
+#include "i386-nat.h"
 #include <windows.h>
 
 #define context_offset(x) (offsetof (CONTEXT, x))
@@ -88,5 +88,6 @@ static const int mappings[] =
 void
 _initialize_amd64_windows_nat (void)
 {
-  win32_set_context_register_offsets (mappings);
+  windows_set_context_register_offsets (mappings);
+  i386_set_debug_register_length (8);
 }
This page took 0.02586 seconds and 4 git commands to generate.