]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ax-gdb.h (expr_to_address_and_size): Delete declaration for
authorJim Blandy <jimb@codesourcery.com>
Sat, 27 Oct 2007 01:31:46 +0000 (01:31 +0000)
committerJim Blandy <jimb@codesourcery.com>
Sat, 27 Oct 2007 01:31:46 +0000 (01:31 +0000)
deleted function.

gdb/ChangeLog
gdb/ax-gdb.h

index 65ea0a675c76b108349a9b5780b61ccfb6a27b7a..28af577b6ba0c56687a749be5434fdddf45875b1 100644 (file)
@@ -1,5 +1,8 @@
 2007-10-26  Jim Blandy  <jimb@codesourcery.com>
 
+       * ax-gdb.h (expr_to_address_and_size): Delete declaration for
+       deleted function.
+
        * tracepoint.c (tracepoint_operation): Report the deletion event
        after we have unlinked the tracepoint from the list, and use the
        proper tracepoint number.
index c34959cc310b7e54ebe9f98aa753ba98c8a4c60a..056b37db664dbaef6423cd96fc2f5b6d77c82cdc 100644 (file)
@@ -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