summaryrefslogtreecommitdiff
path: root/gdb/wince.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-15 16:55:15 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-15 16:55:15 +0000
commit12c4ebfdc793af2ddd8f1d2a94fa5561dfaea342 (patch)
tree5e63ce898b9d146ce3e6268bebd3b2c89954f0f4 /gdb/wince.c
parent7c62d3a864b80029d36619c713898fc782dd5bc4 (diff)
downloadgdb-12c4ebfdc793af2ddd8f1d2a94fa5561dfaea342.tar.gz
Add ``attrib'' parameter to *xfer_memory() functions.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r--gdb/wince.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/wince.c b/gdb/wince.c
index 0442c96104a..0fb06db336e 100644
--- a/gdb/wince.c
+++ b/gdb/wince.c
@@ -1787,8 +1787,9 @@ child_mourn_inferior (void)
/* Move memory from child to/from gdb. */
int
-child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
- int write, struct target_ops *target)
+child_xfer_memory (CORE_ADDR memaddr, char *our, int len, int write,
+ struct mem_attrib *attrib,
+ struct target_ops *target)
{
if (len <= 0)
return 0;