aboutsummaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2007-10-26 23:42:28 +0000
committerJim Blandy <jimb@codesourcery.com>2007-10-26 23:42:28 +0000
commit624d6fb77c295b72f27e45b857bd626ec481f7bb (patch)
treecae1745f3e2d16b4f71b70585e5faa8442f8f4b1 /gdb/ax-gdb.h
parent74b35824fc7881eeae6aa22a41c790b5e98f1303 (diff)
downloadgdb-624d6fb77c295b72f27e45b857bd626ec481f7bb.zip
gdb-624d6fb77c295b72f27e45b857bd626ec481f7bb.tar.gz
gdb-624d6fb77c295b72f27e45b857bd626ec481f7bb.tar.bz2
* ax-gdb.c (expr_to_agent): Delete unused function.
(expr_to_address_and_size): Delete #if 0'd function. * ax-gdb.h (expr_to_agent): Delete declaration.
Diffstat (limited to 'gdb/ax-gdb.h')
-rw-r--r--gdb/ax-gdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/ax-gdb.h b/gdb/ax-gdb.h
index 9e711ba..c34959c 100644
--- a/gdb/ax-gdb.h
+++ b/gdb/ax-gdb.h
@@ -91,11 +91,6 @@ struct axs_value
/* Translating GDB expressions into agent expressions. */
-/* Given a GDB expression EXPR, translate it into the agent bytecode,
- and return it. FLAGS are from enum expr_to_agent_flags. */
-extern struct agent_expr *expr_to_agent (struct expression *EXPR,
- struct axs_value *VALUE);
-
/* Given a GDB expression EXPR denoting an lvalue in memory, produce a
string of agent bytecode which will leave its address and size on
the top of stack. Return the agent expression. */