Add target_ops argument to to_find_memory_regions
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 958441fa80dbb459aba9b3dfd73a2dca233523b9..7cade09543acd8b6e5563307f78de975c8d9cf17 100644 (file)
@@ -1,3 +1,28 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_find_memory_regions>: Add
+       argument.
+       (target_find_memory_regions): Add argument.
+       * target.c (dummy_find_memory_regions): Add 'self' argument.
+       * procfs.c (proc_find_memory_regions): Add 'self' argument.
+       * gnu-nat.c (gnu_find_memory_regions): Add 'self' argument.
+       * fbsd-nat.h (fbsd_find_memory_regions): Add 'self' argument.
+       * fbsd-nat.c (fbsd_find_memory_regions): Add 'self' argument.
+       * exec. (exec_do_find_memory_regions): New global.
+       (exec_set_find_memory_regions): Rewrite.
+       (exec_find_memory_regions): New function.
+       (init_exec_ops): Use exec_find_memory_regions.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_supports_non_stop>: Add
+       argument.
+       * target.c (find_default_supports_non_stop): Add argument.
+       (target_supports_non_stop): Add argument.
+       (find_default_supports_non_stop): Add 'self' argument.
+       * remote.c (remote_supports_non_stop): Add 'self' argument.
+       * linux-nat.c (linux_nat_supports_non_stop): Add 'self' argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_log_command>: Add argument.
This page took 0.023355 seconds and 4 git commands to generate.