Add a target_ops parameter to the to_kill method in struct target_ops.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ce50ba2eb3a3df7f1b3115f3b7396f7aaba9400a..1759b0b0046b35a7548e8a347a0d46a3be070d9e 100644 (file)
@@ -1,3 +1,20 @@
+2009-03-17  Joel Brobecker  <brobecker@adacore.com>
+
+       Add a target_ops parameter to the to_kill method in struct target_ops.
+
+       * target.h (struct target_ops): Add a "target_ops *" parameter to
+       method to_kill.
+       (target_kill): Remove macro. Add declaration.
+       * target.c (debug_to_kill): Delete, no longer necessary.
+       (target_kill): New function.
+       (update_current_target):  Stop inheriting the to_kill method.
+       Do not de_fault it to no_process either.
+       (setup_target_debug): Do not set current_target.to_kill.
+       * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
+       linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
+       remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
+       accordingly.
+
 2009-03-17  Doug Evans  <dje@google.com>
 
        * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
This page took 0.025223 seconds and 4 git commands to generate.