Add basic support for AArch64.
[deliverable/binutils-gdb.git] / gdb / ax-gdb.h
index 09f688977605a90d4a81912501f8893642c43610..e74d10749a6339466e1a41a8f956018841922bd9 100644 (file)
@@ -1,5 +1,5 @@
 /* GDB-specific functions for operating on agent expressions
-   Copyright (C) 1998-2000, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1998-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -115,6 +115,12 @@ extern void gen_expr (struct expression *exp, union exp_element **pc,
 
 extern void require_rvalue (struct agent_expr *ax, struct axs_value *value);
 
+struct format_piece;
+extern struct agent_expr *gen_printf (CORE_ADDR, struct gdbarch *,
+                                     CORE_ADDR, LONGEST, char *, int,
+                                     struct format_piece *,
+                                     int, struct expression **);
+
 extern int trace_kludge;
 extern int trace_string_kludge;
 
This page took 0.023373 seconds and 4 git commands to generate.