mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Add target_ops argument to to_call_history_range
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_call_history_range>: Add argument. * target.c (target_call_history_range): Add argument. * record-btrace.c (record_btrace_call_history_range): Add 'self' argument. (record_btrace_call_history_from): Update.
This commit is contained in:
@ -982,7 +982,8 @@ struct target_ops
|
||||
|
||||
/* Print a function trace of an execution trace section from function BEGIN
|
||||
(inclusive) to function END (inclusive). */
|
||||
void (*to_call_history_range) (ULONGEST begin, ULONGEST end, int flags);
|
||||
void (*to_call_history_range) (struct target_ops *,
|
||||
ULONGEST begin, ULONGEST end, int flags);
|
||||
|
||||
/* Nonzero if TARGET_OBJECT_LIBRARIES_SVR4 may be read with a
|
||||
non-empty annex. */
|
||||
|
Reference in New Issue
Block a user