convert to_remove_vfork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

	* target-delegates.c: Rebuild.
	* target.c (update_current_target): Don't inherit or default
	to_remove_vfork_catchpoint.
	* target.h (struct target_ops) <to_remove_vfork_catchpoint>: Use
	TARGET_DEFAULT_RETURN.
This commit is contained in:
Tom Tromey
2013-12-18 10:44:57 -07:00
parent 7e18a8dc59
commit 95c3375e47
4 changed files with 27 additions and 5 deletions

View File

@ -525,7 +525,8 @@ struct target_ops
TARGET_DEFAULT_RETURN (1);
int (*to_insert_vfork_catchpoint) (struct target_ops *, int)
TARGET_DEFAULT_RETURN (1);
int (*to_remove_vfork_catchpoint) (struct target_ops *, int);
int (*to_remove_vfork_catchpoint) (struct target_ops *, int)
TARGET_DEFAULT_RETURN (1);
int (*to_follow_fork) (struct target_ops *, int, int);
int (*to_insert_exec_catchpoint) (struct target_ops *, int);
int (*to_remove_exec_catchpoint) (struct target_ops *, int);