aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-01-27 19:32:32 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-01-27 19:32:32 +0000
commitaea02b6b079bada87c60a4f31a4ea7bc1f138b8a (patch)
tree8bbab87ee06006e5dc19b074e851c057dc046d0a
parent4cc5853ded8aaba0742e59459dcde42844e241d2 (diff)
downloadgdb-aea02b6b079bada87c60a4f31a4ea7bc1f138b8a.zip
gdb-aea02b6b079bada87c60a4f31a4ea7bc1f138b8a.tar.gz
gdb-aea02b6b079bada87c60a4f31a4ea7bc1f138b8a.tar.bz2
* win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23
change.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/win32-nat.c3
-rw-r--r--gdb/windows-nat.c3
3 files changed, 9 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b4aae02..2af8e88 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c
index 3458988..3e24711 100644
--- a/gdb/win32-nat.c
+++ b/gdb/win32-nat.c
@@ -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)
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index 3458988..3e24711 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -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)