Add target_ops argument to to_pass_signals

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

	* target.h (struct target_ops) <to_pass_signals>: Add argument.
	* target.c (target_pass_signals): Add argument.
	* remote.c (remote_pass_signals): Add 'self' argument.
	(remote_start_remote): Update.
	* procfs.c (procfs_pass_signals): Add 'self' argument.
	* nto-procfs.c (procfs_pass_signals): Add 'self' argument.
	* linux-nat.c (linux_nat_pass_signals): Add 'self' argument.
	(linux_nat_create_inferior, linux_nat_attach): Update.
This commit is contained in:
Tom Tromey
2013-12-17 21:33:44 -07:00
parent da82bd6b65
commit 94bedb42a7
7 changed files with 26 additions and 10 deletions

View File

@ -513,7 +513,7 @@ struct target_ops
/* Documentation of this routine is provided with the corresponding
target_* macro. */
void (*to_pass_signals) (int, unsigned char *);
void (*to_pass_signals) (struct target_ops *, int, unsigned char *);
/* Documentation of this routine is provided with the
corresponding target_* function. */