From 9abc3ff39e21529b0252a5257f75f157ea919603 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Dec 2013 21:48:16 -0700 Subject: Add target_ops argument to to_insn_history_from 2014-02-19 Tom Tromey * target.h (struct target_ops) : Add argument. * target.c (target_insn_history_from): Add argument. * record-btrace.c (record_btrace_insn_history_from): Add 'self' argument. --- gdb/record-btrace.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/record-btrace.c') diff --git a/gdb/record-btrace.c b/gdb/record-btrace.c index ae2befff2ac..2e130df4213 100644 --- a/gdb/record-btrace.c +++ b/gdb/record-btrace.c @@ -450,7 +450,8 @@ record_btrace_insn_history_range (ULONGEST from, ULONGEST to, int flags) /* The to_insn_history_from method of target record-btrace. */ static void -record_btrace_insn_history_from (ULONGEST from, int size, int flags) +record_btrace_insn_history_from (struct target_ops *self, + ULONGEST from, int size, int flags) { ULONGEST begin, end, context; -- cgit v1.2.1