forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -2808,7 +2808,7 @@ remote_threads_info (struct target_ops *ops)
|
||||
*/
|
||||
|
||||
static char *
|
||||
remote_threads_extra_info (struct thread_info *tp)
|
||||
remote_threads_extra_info (struct target_ops *self, struct thread_info *tp)
|
||||
{
|
||||
struct remote_state *rs = get_remote_state ();
|
||||
int result;
|
||||
|
||||
Reference in New Issue
Block a user