gdb/gdbserver:
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.h
index a483cf594b8ad499afe4a2656f2633f8f4e57b98..1cbca02ed2da72ebc7961462e5ec739375427754 100644 (file)
@@ -439,11 +439,12 @@ void gdb_agent_about_to_close (int pid);
 #endif
 
 struct traceframe;
+struct eval_agent_expr_context;
 
 /* Do memory copies for bytecodes.  */
 /* Do the recording of memory blocks for actions and bytecodes.  */
 
-int agent_mem_read (struct traceframe *tframe,
+int agent_mem_read (struct eval_agent_expr_context *ctx,
                    unsigned char *to, CORE_ADDR from,
                    ULONGEST len);
 
@@ -452,8 +453,8 @@ void agent_set_trace_state_variable_value (int num, LONGEST val);
 
 /* Record the value of a trace state variable.  */
 
-int agent_tsv_read (struct traceframe *tframe, int n);
-int agent_mem_read_string (struct traceframe *tframe,
+int agent_tsv_read (struct eval_agent_expr_context *ctx, int n);
+int agent_mem_read_string (struct eval_agent_expr_context *ctx,
                           unsigned char *to,
                           CORE_ADDR from,
                           ULONGEST len);
This page took 0.024765 seconds and 4 git commands to generate.