mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
convert to_call_history_from
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_call_history_from): Unconditionally delegate. * target.h (struct target_ops) <to_call_history_from>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -1071,7 +1071,8 @@ struct target_ops
|
||||
If SIZE < 0, print abs (SIZE) functions before FROM; otherwise, print
|
||||
SIZE functions after FROM. */
|
||||
void (*to_call_history_from) (struct target_ops *,
|
||||
ULONGEST begin, int size, int flags);
|
||||
ULONGEST begin, int size, int flags)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
/* Print a function trace of an execution trace section from function BEGIN
|
||||
(inclusive) to function END (inclusive). */
|
||||
|
Reference in New Issue
Block a user