summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-20 04:04:44 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-20 04:04:44 +0000
commit7c30c2e915cc0ca73384f617dcaf4cd8ace44359 (patch)
treebbfc2370b581cd0fe0c572fd5095a68b00474b4b /gdb/linux-nat.h
parent6b25af753a12a65add6a8bc3a55a774b597efd62 (diff)
downloadgdb-7c30c2e915cc0ca73384f617dcaf4cd8ace44359.tar.gz
2003-06-19 Andrew Cagney <cagney@redhat.com>
* config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete. (REGISTER_CONVERT_FROM_TYPE): Delete. (mips_register_convert_to_type): Delete declaration. (mips_register_convert_from_type): Delete declaration. * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux kernel/.
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r--gdb/linux-nat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h
index 78312d71b31..b0d96002b55 100644
--- a/gdb/linux-nat.h
+++ b/gdb/linux-nat.h
@@ -56,8 +56,11 @@ struct lwp_info
struct lwp_info *next;
};
-/* Read/write to target memory via Linux's "proc file system". */
+/* Read/write to target memory via the Linux kernel's "proc file
+ system". */
struct mem_attrib;
+struct target_ops;
+
extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len,
int write, struct mem_attrib *attrib,
struct target_ops *target);