]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_insert_exec_catchpoint
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:32:41 +0000 (21:32 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:47 +0000 (07:45 -0700)
commitba025e51ae36df9d804c64226292c8b863aa0a99
treed7e24f31aae466dc059da395533ce2414120447e
parente98cf0cd4f099c07016d50b136713559d21755b2
Add target_ops argument to to_insert_exec_catchpoint

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

* target.h (struct target_ops) <to_insert_exec_catchpoint>: Add
argument.
(target_insert_exec_catchpoint): Add argument.
* target.c (debug_to_insert_exec_catchpoint): Add argument.
(update_current_target): Update.
* linux-nat.c (linux_child_insert_exec_catchpoint): Add 'self'
argument.
gdb/ChangeLog
gdb/linux-nat.c
gdb/target.c
gdb/target.h