OSDN Git Service

Eliminate some sleep usage.
authorvprus <vprus>
Fri, 3 Apr 2009 11:23:18 +0000 (11:23 +0000)
committervprus <vprus>
Fri, 3 Apr 2009 11:23:18 +0000 (11:23 +0000)
commit0eafcd1e50b89167577f0cc182e9e14328f829d9
treeb4a041bf1ea674e16d16394f7f5c486604b55955
parente8f9930027c25ee1f0c9af6f00d57c9b3e6a1637
   Eliminate some sleep usage.

        * gdb.mi/basics.c (do_nothing): New.
        (main): Use do_nothing instead of printf, so that
        not to introduce race condition between output of
        inferiour and output of gdb. Do not use sleep as it
        is not generally available on embedded targets.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/basics.c