Add target_ops argument to to_extra_thread_info
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:34:09 +0000 (21:34 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:53 +0000 (07:45 -0700)
commitc15906d8e64c7083787ae1548f614f2938089771
tree5d9adcc0703cd1c1b34619cef9513390acf87e0c
parentdaf5e9b64c8e2c130a433c0ddbf73522dc321295
Add target_ops argument to to_extra_thread_info

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

* target.h (struct target_ops) <to_extra_thread_info>: Add
argument.
(target_extra_thread_info): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_threads_extra_info): Add 'self' argument.
* ravenscar-thread.c (ravenscar_extra_thread_info): Add 'self'
argument.
* nto-tdep.h (nto_extra_thread_info): Add 'self' argument.
* nto-tdep.c (nto_extra_thread_info): Add 'self' argument.
* linux-thread-db.c (thread_db_extra_thread_info): Add 'self'
argument.
* inf-ttrace.c (inf_ttrace_extra_thread_info): Add 'self'
argument.
* bsd-uthread.c (bsd_uthread_extra_thread_info): Add 'self'
argument.
* aix-thread.c (aix_thread_extra_thread_info): Add 'self'
argument.
gdb/ChangeLog
gdb/aix-thread.c
gdb/bsd-uthread.c
gdb/inf-ttrace.c
gdb/linux-thread-db.c
gdb/nto-tdep.c
gdb/nto-tdep.h
gdb/ravenscar-thread.c
gdb/remote.c
gdb/target.c
gdb/target.h
This page took 0.026619 seconds and 4 git commands to generate.