From 91c10e1eb690e15d09a3a1a6e1c660da2eb535a6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 27 Oct 2007 01:31:46 +0000 Subject: [PATCH] * ax-gdb.h (expr_to_address_and_size): Delete declaration for deleted function. --- gdb/ChangeLog | 3 +++ gdb/ax-gdb.h | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 65ea0a675c..28af577b6b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2007-10-26 Jim Blandy + * 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. diff --git a/gdb/ax-gdb.h b/gdb/ax-gdb.h index c34959cc31..056b37db66 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 -- 2.11.0