summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2007-10-27 01:31:46 +0000
committerJim Blandy <jimb@codesourcery.com>2007-10-27 01:31:46 +0000
commitbfe10c0faee24948aab639bac91ba4b8d659aaa7 (patch)
treeb08a03e756e195bf52f16a2c952db296a048a5df /gdb/ax-gdb.h
parentdba5a01fdc5128799e020cc34ba60f8d8c602a9e (diff)
downloadbinutils-gdb-bfe10c0faee24948aab639bac91ba4b8d659aaa7.tar.gz
* ax-gdb.h (expr_to_address_and_size): Delete declaration for
deleted function.
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 c34959cc310..056b37db664 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 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. */
-extern struct agent_expr *expr_to_address_and_size (struct expression *EXPR);
-
/* Given a GDB expression EXPR, return bytecode to trace its value.
The result will use the `trace' and `trace_quick' bytecodes to
record the value of all memory touched by the expression, and leave