mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Add target_ops argument to to_insn_history_range
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_insn_history_range>: Add argument. * target.c (target_insn_history_range): Add argument. * record-btrace.c (record_btrace_insn_history_range): Add 'self' argument. (record_btrace_insn_history_from): Update.
This commit is contained in:
@ -965,7 +965,8 @@ struct target_ops
|
||||
|
||||
/* Disassemble a section of the recorded execution trace from instruction
|
||||
BEGIN (inclusive) to instruction END (inclusive). */
|
||||
void (*to_insn_history_range) (ULONGEST begin, ULONGEST end, int flags);
|
||||
void (*to_insn_history_range) (struct target_ops *,
|
||||
ULONGEST begin, ULONGEST end, int flags);
|
||||
|
||||
/* Print a function trace of the recorded execution trace.
|
||||
If SIZE < 0, print abs (SIZE) preceding functions; otherwise, print SIZE
|
||||
|
Reference in New Issue
Block a user