* win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23
authorChristopher Faylor <me+cygwin@cgf.cx>
Sat, 27 Jan 2001 19:32:32 +0000 (19:32 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Sat, 27 Jan 2001 19:32:32 +0000 (19:32 +0000)
change.

gdb/ChangeLog
gdb/win32-nat.c
gdb/windows-nat.c

index b4aae02..2af8e88 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-27  Christopher Faylor  <cgf@cygnus.com>
+
+       * win32-nat.c (child_xfer_memory): Add missing argument required by
+       2001-01-23 change.
+
 2001-01-27  Mark Kettenis  <kettenis@gnu.org>
 
        * ui-out.c (do_list_end): New function.
index 3458988..3e24711 100644 (file)
@@ -1228,7 +1228,8 @@ child_stop (void)
 
 int
 child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
-                  int write, struct target_ops *target ATTRIBUTE_UNUSED)
+                  int write, struct mem_attrib *mem ATTRIBUTE_UNUSED,
+                  struct target_ops *target ATTRIBUTE_UNUSED)
 {
   DWORD done;
   if (write)
index 3458988..3e24711 100644 (file)
@@ -1228,7 +1228,8 @@ child_stop (void)
 
 int
 child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
-                  int write, struct target_ops *target ATTRIBUTE_UNUSED)
+                  int write, struct mem_attrib *mem ATTRIBUTE_UNUSED,
+                  struct target_ops *target ATTRIBUTE_UNUSED)
 {
   DWORD done;
   if (write)