Add target_ops argument to to_get_tib_address
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:44:08 +0000 (21:44 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:35 +0000 (07:46 -0700)
commitbd7ae0f5ac99eac95313ae91ae705c45f669f20f
tree0fac3b51ca519d64aaf9d45fd1a75af660fc41fa
parentd9e68a2c60bc6a2e5e698f5849a20df208ac130a
Add target_ops argument to to_get_tib_address

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

* windows-nat.c (windows_get_tib_address): Add 'self' argument.
* target.h (struct target_ops) <to_get_tib_address>: Add argument.
(target_get_tib_address): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_tib_address): Add 'self' argument.
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h
gdb/windows-nat.c