Add target_ops argument to to_extra_thread_info
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 30db237d0842d370de43657bdd5d803cd6ad6e6b..dd73e8ef42241ae1905809917c3c899b109cf1c4 100644 (file)
@@ -1,3 +1,51 @@
+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.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_program_signals>: Add argument.
+       * target.c (target_program_signals): Add argument.
+       * remote.c (remote_program_signals): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_pass_signals>: Add argument.
+       * target.c (target_pass_signals): Add argument.
+       * remote.c (remote_pass_signals): Add 'self' argument.
+       (remote_start_remote): Update.
+       * procfs.c (procfs_pass_signals): Add 'self' argument.
+       * nto-procfs.c (procfs_pass_signals): Add 'self' argument.
+       * linux-nat.c (linux_nat_pass_signals): Add 'self' argument.
+       (linux_nat_create_inferior, linux_nat_attach): Update.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * windows-nat.c (windows_can_run): Add 'self' argument.
+       * target.h (struct target_ops) <to_can_run>: Add argument.
+       (target_can_run): Add argument.
+       * target.c (debug_to_can_run): Add argument.
+       (update_current_target): Update.
+       * nto-procfs.c (procfs_can_run): Add 'self' argument.
+       * inf-child.c (inf_child_can_run): Add 'self' argument.
+       * go32-nat.c (go32_can_run): Add 'self' argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_has_exited>: Add argument.
This page took 0.024077 seconds and 4 git commands to generate.