[llvm-commits] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp

Reid Spencer reid at x10sys.com
Wed Dec 22 02:25:17 PST 2004



Changes in directory llvm/lib/Debugger:

UnixLocalInferiorProcess.cpp updated: 1.6 -> 1.7
---
Log message:

For PR351: http://llvm.cs.uiuc.edu/PR351 :
Include local FDHandle.h file now that FDHandle is local to this library
and not in lib/System/FileUtilities.

---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp
diff -u llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.6 llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.7
--- llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.6	Wed Sep  1 17:55:35 2004
+++ llvm/lib/Debugger/UnixLocalInferiorProcess.cpp	Wed Dec 22 04:25:06 2004
@@ -34,6 +34,7 @@
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
 #include "llvm/Support/FileUtilities.h"
 #include "llvm/ADT/StringExtras.h"
+#include "FDHandle.h"
 #include <cerrno>
 #include <csignal>
 #include <unistd.h>        // Unix-specific debugger support






More information about the llvm-commits mailing list