Now that I fixed the uninitialized callback problem, I can enable GCD pid
monitoring on darwin in the host layer.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144918 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Host/common/Host.cpp b/source/Host/common/Host.cpp
index 464afdc..0f2f3ef 100644
--- a/source/Host/common/Host.cpp
+++ b/source/Host/common/Host.cpp
@@ -57,7 +57,7 @@
using namespace lldb_private;
-#if 1 // !defined (__APPLE__)
+#if !defined (__APPLE__)
struct MonitorInfo
{
lldb::pid_t pid; // The process ID to monitor