Add target_ops argument to to_pass_signals
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:33:44 +0000 (21:33 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:51 +0000 (07:45 -0700)
commit94bedb42a7fe3265db2f84d9c7f2a73979953de0
tree7c3768377e6d7a917fa71e42f734b6371f539f2c
parentda82bd6b65af8f3cec02621435331983b27d93a0
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.
gdb/ChangeLog
gdb/linux-nat.c
gdb/nto-procfs.c
gdb/procfs.c
gdb/remote.c
gdb/target.c
gdb/target.h
This page took 0.035983 seconds and 4 git commands to generate.