Skip to content
  1. Mar 25, 2014
  2. Mar 24, 2014
  3. Mar 22, 2014
  4. Mar 21, 2014
    • Andrew MacPherson's avatar
      Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in... · ea77a552
      Andrew MacPherson authored
      Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in POSIXThread, instead just let StopInfo handle it.
      
      llvm-svn: 204504
      ea77a552
    • Hafiz Abid Qadeer's avatar
      Don't build LLDBWrapPython.cpp for mingw. · 8455c44e
      Hafiz Abid Qadeer authored
      Previous check relied on -DLLDB_DISABLE_PYTHON which was not valid as
      it is defined in the top level LLDB Makefile which is included after the check.
      If this check is moved after the inclusion of top level Makefile then 
      BUILT_SOURCES is not properly handled. So I am using the scheme present
      in the Host/Makefile.
      
      llvm-svn: 204459
      8455c44e
    • Hafiz Abid Qadeer's avatar
      More cleanup of win32.h. · 8d44206f
      Hafiz Abid Qadeer authored
      PATH_MAX is defined if it is not already defined. A duplicate
      definition is removed. The declaration of struct timespec is moved
      outside #ifdef _MSC_VER to make it available for mingw.
      
      llvm-svn: 204449
      8d44206f
  5. Mar 20, 2014
Loading