mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
convert to_execution_direction
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_execution_direction. * target.h (struct target_ops) <to_execution_direction>: Use TARGET_DEFAULT_FUNC.
This commit is contained in:
@ -707,7 +707,8 @@ struct target_ops
|
||||
/* The direction the target is currently executing. Must be
|
||||
implemented on targets that support reverse execution and async
|
||||
mode. The default simply returns forward execution. */
|
||||
enum exec_direction_kind (*to_execution_direction) (struct target_ops *);
|
||||
enum exec_direction_kind (*to_execution_direction) (struct target_ops *)
|
||||
TARGET_DEFAULT_FUNC (default_execution_direction);
|
||||
|
||||
/* Does this target support debugging multiple processes
|
||||
simultaneously? */
|
||||
|
Reference in New Issue
Block a user