mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
convert to_disconnect
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_disconnect): Unconditionally delegate. * target.h (struct target_ops) <to_disconnect>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@@ -409,7 +409,8 @@ struct target_ops
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
void (*to_detach) (struct target_ops *ops, const char *, int)
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
void (*to_disconnect) (struct target_ops *, char *, int);
|
||||
void (*to_disconnect) (struct target_ops *, char *, int)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
void (*to_resume) (struct target_ops *, ptid_t, int, enum gdb_signal)
|
||||
TARGET_DEFAULT_NORETURN (noprocess ());
|
||||
ptid_t (*to_wait) (struct target_ops *,
|
||||
|
||||
Reference in New Issue
Block a user