]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Add target_ops argument to to_supports_multi_process
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 67242852635f6c9e2e7d831b42781082f362ea6e..eeef934528b373df69cb120851a6b08335e51eb7 100644 (file)
@@ -1,3 +1,15 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_supports_multi_process>: Add
+       argument.
+       (target_supports_multi_process): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_supports_multi_process): Add 'self' argument.
+       * linux-nat.c (linux_nat_supports_multi_process): Add 'self'
+       argument.
+       * darwin-nat.c (darwin_supports_multi_process): Add 'self'
+       argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_execution_direction>: Add