OSDN Git Service

2006-07-14 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Fri, 14 Jul 2006 19:45:51 +0000 (19:45 +0000)
committerbrolley <brolley>
Fri, 14 Jul 2006 19:45:51 +0000 (19:45 +0000)
        * commonCfg.cxx (BoardCfg::write_config): Connect stdio_obj's eof pin to
        gloss' debug-rx-eof pin.

sid/main/dynamic/ChangeLog
sid/main/dynamic/commonCfg.cxx

index d39be94..03a14d7 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-14  Dave Brolley  <brolley@redhat.com>
+
+       * commonCfg.cxx (BoardCfg::write_config): Connect stdio_obj's eof pin to
+       gloss' debug-rx-eof pin.
+
 2006-06-26  Dave Brolley  <brolley@redhat.com>
 
        * commonCfg.cxx (GprofCfg): Connect the cpu's gprof-pc and gprof-pc-hi
index c024766..caadb58 100644 (file)
@@ -1285,6 +1285,7 @@ void BoardCfg::write_config (Writer &w)
          assert (sess->stdio_obj);
          PinConnection (gloss, "debug-tx", sess->stdio_obj, "stdout").write_to(w);
          PinConnection (gloss, "debug-rx", sess->stdio_obj, "stdin", dst_to_src).write_to(w);
+         PinConnection (gloss, "debug-rx-eof", sess->stdio_obj, "eof", dst_to_src).write_to(w);
          PinConnection (gloss, "process-signal", sess->main_obj, "stop!").write_to(w);
          PinConnection (gloss, "process-signal", sess->yield_net, "input").write_to(w);
        }