]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Add target_ops argument to to_insert_fork_catchpoint
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:31:52 +0000 (21:31 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:44 +0000 (07:45 -0700)
commita863b201d73bc238cbcfdbb11eac0a9ba2489a55
treee22582ca2ca7a65c0993d6a12ea997bdf4e1748c
parent2e97a79e221eed05a015a9b37595edd09b08eb36
Add target_ops argument to to_insert_fork_catchpoint

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

* target.h (struct target_ops) <to_insert_fork_catchpoint>: Add
argument.
(target_insert_fork_catchpoint): Add argument.
* target.c (debug_to_insert_fork_catchpoint): Add argument.
(update_current_target): Update.
* linux-nat.c (linux_child_insert_fork_catchpoint): Add 'self'
argument.
gdb/ChangeLog
gdb/linux-nat.c
gdb/target.c
gdb/target.h