Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / ax-gdb.h
index 5c74a0e853fb07ce6147cf8210c6d9fdf5b055c8..8a3ec9419e3e95001beea580f19b41def32b68a6 100644 (file)
@@ -1,5 +1,5 @@
 /* GDB-specific functions for operating on agent expressions
-   Copyright (C) 1998-2017 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,6 +19,8 @@
 #ifndef AX_GDB_H
 #define AX_GDB_H
 
+#include "ax.h"  /* For agent_expr_up.  */
+
 struct expression;
 union exp_element;
 
@@ -118,10 +120,8 @@ 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 agent_expr_up gen_printf (CORE_ADDR, struct gdbarch *,
                                 CORE_ADDR, LONGEST, const char *, int,
-                                struct format_piece *,
                                 int, struct expression **);
 
 #endif /* AX_GDB_H */
This page took 0.028045 seconds and 4 git commands to generate.