aboutsummaryrefslogtreecommitdiff
path: root/gdb/ax.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-15 06:15:27 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-15 06:15:27 +0000
commitf23d52e0a54905bc88c1a5ea25168227356d6f37 (patch)
tree9b55315786830882293a4225641d0bbd44fecefc /gdb/ax.h
parent4d6140d95eace437441b17dd43a7b0a456d3803a (diff)
downloadgdb-f23d52e0a54905bc88c1a5ea25168227356d6f37.zip
gdb-f23d52e0a54905bc88c1a5ea25168227356d6f37.tar.gz
gdb-f23d52e0a54905bc88c1a5ea25168227356d6f37.tar.bz2
Cleanup free_agent_expr cleanups.
Diffstat (limited to 'gdb/ax.h')
-rw-r--r--gdb/ax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ax.h b/gdb/ax.h
index bf1fd2c..f6860b3 100644
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -143,6 +143,7 @@ extern struct agent_expr *new_agent_expr PARAMS ((CORE_ADDR));
/* Free a agent expression. */
extern void free_agent_expr PARAMS ((struct agent_expr *));
+extern struct cleanup *make_cleanup_free_agent_expr (struct agent_expr *);
/* Append a simple operator OP to EXPR. */
extern void ax_simple PARAMS ((struct agent_expr * EXPR, enum agent_op OP));