Set the ID of a ProcessLinux instance to the PID of the inferior on launch.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123503 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/Linux/ProcessLinux.cpp b/source/Plugins/Process/Linux/ProcessLinux.cpp
index 6e9c0fb..00bdda5 100644
--- a/source/Plugins/Process/Linux/ProcessLinux.cpp
+++ b/source/Plugins/Process/Linux/ProcessLinux.cpp
@@ -124,6 +124,7 @@
     if (!error.Success())
         return error;
 
+    SetID(m_monitor->GetPID());
     return error;
 }