gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index ff1311d3be1be91cf6c822e4f9d0c4e86b66306f..5d6dd4a97be00080acecdd9433b2675847066c85 100644 (file)
@@ -1,3 +1,16 @@
+2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
+       RUN_ONCE.  Comment for the LISTEN_DESC delete_file_handler call.
+       (remote_prepare): New function with most of the TCP code from ...
+       (remote_open): ... here.  Detect PORT here unconditionally.  Move also
+       setting transport_is_reliable.
+       * server.c (run_once): New variable.
+       (gdbserver_usage): Document it.
+       (main): Set run_once for `--once'.  Call remote_prepare.  Exit after
+       the first run if RUN_ONCE.
+       * server.h (run_once, remote_prepare): New declarations.
+
 2011-04-19  Tom Tromey  <tromey@redhat.com>
 
        * win32-low.c (handle_load_dll): Remove duplicate "the".
This page took 0.05543 seconds and 4 git commands to generate.