This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: tracepoints: Delete declaration for deleted function


I'd missed this.  Committed as obvious.

gdb/ChangeLog:
2007-10-26  Jim Blandy  <jimb@codesourcery.com>

	* ax-gdb.h (expr_to_address_and_size): Delete declaration for
	deleted function.

diff -r 80771254a774 gdb/ax-gdb.h
--- a/gdb/ax-gdb.h	Fri Oct 26 18:27:35 2007 -0700
+++ b/gdb/ax-gdb.h	Fri Oct 26 18:28:36 2007 -0700
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]