mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
convert to_detach
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_detach): Unconditionally delegate. (init_dummy_target): Don't initialize to_detach. * target.h (struct target_ops) <to_detach>: Use TARGET_DEFAULT_IGNORE.
This commit is contained in:
@ -405,7 +405,8 @@ struct target_ops
|
||||
void (*to_close) (struct target_ops *);
|
||||
void (*to_attach) (struct target_ops *ops, char *, int);
|
||||
void (*to_post_attach) (struct target_ops *, int);
|
||||
void (*to_detach) (struct target_ops *ops, const char *, int);
|
||||
void (*to_detach) (struct target_ops *ops, const char *, int)
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
void (*to_disconnect) (struct target_ops *, char *, int);
|
||||
void (*to_resume) (struct target_ops *, ptid_t, int, enum gdb_signal)
|
||||
TARGET_DEFAULT_NORETURN (noprocess ());
|
||||
|
Reference in New Issue
Block a user