mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Add target_ops argument to to_call_history_from
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_call_history_from>: Add argument. * target.c (target_call_history_from): Add argument. * record-btrace.c (record_btrace_call_history_from): Add 'self' argument.
This commit is contained in:
@ -977,7 +977,8 @@ struct target_ops
|
||||
at function FROM.
|
||||
If SIZE < 0, print abs (SIZE) functions before FROM; otherwise, print
|
||||
SIZE functions after FROM. */
|
||||
void (*to_call_history_from) (ULONGEST begin, int size, int flags);
|
||||
void (*to_call_history_from) (struct target_ops *,
|
||||
ULONGEST begin, int size, int flags);
|
||||
|
||||
/* Print a function trace of an execution trace section from function BEGIN
|
||||
(inclusive) to function END (inclusive). */
|
||||
|
Reference in New Issue
Block a user