mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
convert to_has_exited
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_has_exited. * target.h (struct target_ops) <to_has_exited>: Use TARGET_DEFAULT_RETURN..
This commit is contained in:
@ -535,7 +535,8 @@ struct target_ops
|
||||
int (*to_set_syscall_catchpoint) (struct target_ops *,
|
||||
int, int, int, int, int *)
|
||||
TARGET_DEFAULT_RETURN (1);
|
||||
int (*to_has_exited) (struct target_ops *, int, int, int *);
|
||||
int (*to_has_exited) (struct target_ops *, int, int, int *)
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
void (*to_mourn_inferior) (struct target_ops *);
|
||||
int (*to_can_run) (struct target_ops *);
|
||||
|
||||
|
Reference in New Issue
Block a user