Skip to content
  1. Sep 15, 2010
    • Greg Clayton's avatar
      Fixed a race condition that was sometimes stopping our command line · 86c3f345
      Greg Clayton authored
      interpreter from working. The communication read thread could
      startup and immediately exit if m_read_thread_enabled was
      checked in the thread function before it was set by the
      thread that spawns the read thread. Now m_read_thread_enabled is set
      to true prior to spawning the read thread to avoid this issue.
      
      Hopefully this will clear up the sporatic failures in our test suite.
      
      llvm-svn: 113947
      86c3f345
  2. Jul 23, 2010
  3. Jul 21, 2010
  4. Jul 10, 2010
  5. Jun 09, 2010
  6. Jun 08, 2010
Loading