From 043780a1fb7055b5af0f3fd8baf4f2f90d94043d Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 15 Mar 2001 16:55:15 +0000 Subject: Add ``attrib'' parameter to *xfer_memory() functions. --- gdb/lin-thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/lin-thread.c') diff --git a/gdb/lin-thread.c b/gdb/lin-thread.c index 9a3c244..8c4caff 100644 --- a/gdb/lin-thread.c +++ b/gdb/lin-thread.c @@ -1216,6 +1216,7 @@ thread_db_files_info (struct target_ops *tgt_vector) static int thread_db_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int dowrite, + struct mem_attrib *attrib, struct target_ops *target) { struct cleanup *old_chain; @@ -1232,7 +1233,7 @@ thread_db_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int dowrite, } ret = target_beneath->to_xfer_memory (memaddr, myaddr, len, - dowrite, target); + dowrite, attrib, target); do_cleanups (old_chain); return ret; } -- cgit v1.1