gdbarch: add instruction predicate methods
[deliverable/binutils-gdb.git] / gdb / auxv.h
index cba5fe067daeb9d7388f7575d2c91c0ad184532c..c3f2322fdd1861f1739ae9ad3f1be223a1e05bdf 100644 (file)
@@ -1,6 +1,6 @@
 /* Auxiliary vector support for GDB, the GNU debugger.
 
-   Copyright (C) 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -42,13 +42,7 @@ extern int target_auxv_search (struct target_ops *ops,
 /* Print the contents of the target's AUXV on the specified file.  */
 extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
 
-extern LONGEST memory_xfer_auxv (struct target_ops *ops,
-                                enum target_object object,
-                                const char *annex,
-                                gdb_byte *readbuf,
-                                const gdb_byte *writebuf,
-                                ULONGEST offset,
-                                LONGEST len);
+extern target_xfer_partial_ftype memory_xfer_auxv;
 
 
 #endif
This page took 0.024338 seconds and 4 git commands to generate.