diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-15 16:55:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-15 16:55:15 +0000 |
commit | 12c4ebfdc793af2ddd8f1d2a94fa5561dfaea342 (patch) | |
tree | 5e63ce898b9d146ce3e6268bebd3b2c89954f0f4 /gdb/symm-nat.c | |
parent | 7c62d3a864b80029d36619c713898fc782dd5bc4 (diff) | |
download | gdb-12c4ebfdc793af2ddd8f1d2a94fa5561dfaea342.tar.gz |
Add ``attrib'' parameter to *xfer_memory() functions.
Diffstat (limited to 'gdb/symm-nat.c')
-rw-r--r-- | gdb/symm-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symm-nat.c b/gdb/symm-nat.c index a368dc885ea..f5e01a031ec 100644 --- a/gdb/symm-nat.c +++ b/gdb/symm-nat.c @@ -748,6 +748,7 @@ detach (int signo) int child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, + struct mem_attrib *attrib, struct target_ops *target) { register int i; |