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/gnu-nat.c | |
parent | 7c62d3a864b80029d36619c713898fc782dd5bc4 (diff) | |
download | gdb-12c4ebfdc793af2ddd8f1d2a94fa5561dfaea342.tar.gz |
Add ``attrib'' parameter to *xfer_memory() functions.
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index ae22844432d..54b543be759 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2447,6 +2447,7 @@ out: is ignored. */ static int gnu_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, + struct mem_attrib *attrib, struct target_ops *target) { task_t task = (current_inferior |