]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_post_attach
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:28:08 +0000 (21:28 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:29 +0000 (07:45 -0700)
commitf045800c90783c13d6f116d99ca429a9ef556055
tree955b5d9888ad801099a207e3b7b50cba98c7b761
parentde90e03d4c19cf5327b4eaea4ad8666a3a1bfad5
Add target_ops argument to to_post_attach

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

* target.h (struct target_ops) <to_post_attach>: Add argument.
(target_post_attach): Add argument.
* target.c (debug_to_post_attach): Add argument.
(update_current_target): Update.
* spu-linux-nat.c (spu_child_post_attach): Add 'self' argument.
* nto-procfs.c (procfs_post_attach): Add 'self' argument.
* linux-nat.c (linux_child_post_attach): Add 'self' argument.
* inf-ptrace.c (inf_ptrace_post_attach): Add 'self' argument.
* inf-child.c (inf_child_post_attach): Add 'self' argument.
gdb/ChangeLog
gdb/inf-child.c
gdb/inf-ptrace.c
gdb/linux-nat.c
gdb/nto-procfs.c
gdb/spu-linux-nat.c
gdb/target.c
gdb/target.h