Skip to content
  1. Dec 24, 2004
  2. Dec 23, 2004
  3. Dec 22, 2004
    • Reid Spencer's avatar
      For PR351: · 3b21e353
      Reid Spencer authored
      Include local FDHandle.h file now that FDHandle is local to this library
      and not in lib/System/FileUtilities.
      
      llvm-svn: 19108
      3b21e353
    • Reid Spencer's avatar
      For PR351: · 756d0235
      Reid Spencer authored
      FDHandle class (non-portable) moved here from lib/Support/FileUtilities
      
      llvm-svn: 19107
      756d0235
    • Reid Spencer's avatar
      For PR351: · 5260b5b4
      Reid Spencer authored
      Move non-portable FDHandle class to its only user: lib/Debugger
      
      llvm-svn: 19106
      5260b5b4
  4. Dec 21, 2004
  5. Dec 20, 2004
  6. Dec 19, 2004
    • Misha Brukman's avatar
      Use <> for system #include files · 0eb431c0
      Misha Brukman authored
      llvm-svn: 19046
      0eb431c0
    • Brian Gaeke's avatar
      Make references to 'struct sigaction' compile under Solaris. · 8062bde1
      Brian Gaeke authored
      llvm-svn: 19045
      8062bde1
    • Reid Spencer's avatar
      For PR351: · 6cb551b2
      Reid Spencer authored
      Move the functionality of RunProgramWithTimeout into the ExecuteAndWait
      function: support a timeout and I/O redirects
      
      llvm-svn: 19043
      6cb551b2
    • Reid Spencer's avatar
      For PR351: · 72d1627d
      Reid Spencer authored
      Add a needed include.
      
      llvm-svn: 19042
      72d1627d
    • Reid Spencer's avatar
      For PR351: · 2d76ff5c
      Reid Spencer authored
      * Pass sys::Path instead of std::string for paths
      * Correct the types of arguments passed to RunProgramWithTimeout due to its
        interface using sys::Path instead of std::string
      * Replace "/dev/null" (not portable) with empty string which
        sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket"
      
      llvm-svn: 19041
      2d76ff5c
    • Reid Spencer's avatar
      For PR351: · d44f8452
      Reid Spencer authored
      * Remove unneeded header files.
      * Move RedirectFD static function to lib/System/Unix/Program.cpp
      * Delete RunProgramWithTimeout, now implemented by
        sys::Program::ExecuteAndWait. RunProgramWithTimeout is now a convenience func.
      
      llvm-svn: 19040
      d44f8452
  7. Dec 18, 2004
  8. Dec 17, 2004
Loading