mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
convert to_prepare_to_store
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_store. * target.h (struct target_ops) <to_store>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -418,7 +418,8 @@ struct target_ops
|
||||
void (*to_fetch_registers) (struct target_ops *, struct regcache *, int);
|
||||
void (*to_store_registers) (struct target_ops *, struct regcache *, int)
|
||||
TARGET_DEFAULT_NORETURN (noprocess ());
|
||||
void (*to_prepare_to_store) (struct target_ops *, struct regcache *);
|
||||
void (*to_prepare_to_store) (struct target_ops *, struct regcache *)
|
||||
TARGET_DEFAULT_NORETURN (noprocess ());
|
||||
|
||||
/* Transfer LEN bytes of memory between GDB address MYADDR and
|
||||
target address MEMADDR. If WRITE, transfer them to the target, else
|
||||
|
Reference in New Issue
Block a user