gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e972edcb16b06121065e81fe99428454b0cda8fe..dfae4df12ed205c4999ab577fc311d83a398336f 100644 (file)
@@ -1,3 +1,21 @@
+2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
+
+        * NEWS: Mention gdbserver detach change and "disconnect" command.
+        * infcmd.c (disconnect_command): New function.
+        (_initialize_infcmd): Add ``disconnect'' command.
+        * remote.c (remote_async_detach): Delete.
+        (remote_detach): Merge remote_async_detach.
+        (remote_disconnect): New.
+        (init_remote_ops): Set to_disconnect.
+        (init_remote_cisco_ops): Likewise.
+        (init_remote_async_ops): Likewise.  Use remote_detach.
+        * target.c (cleanup_target): Default to_disconnect.
+        (update_current_target): Inherit to_disconnect.
+        (target_disconnect, debug_to_disconnect): New functions.
+        (setup_target_debug): Set to_disconnect.
+        * target.h (struct target_ops): Add to_disconnect.
+        (target_disconnect): Add prototype.
+
 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
 
        * breakpoint.c (insert_catchpoint): New function.
This page took 0.023927 seconds and 4 git commands to generate.