Add ``attrib'' parameter to *xfer_memory() functions.

This commit is contained in:
Andrew Cagney
2001-03-15 16:55:15 +00:00
parent 12cca0d293
commit 043780a1fb
8 changed files with 25 additions and 8 deletions

View File

@@ -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;