commit | 1f004c6c0382f66c2ee83c8826b7ddce9726c66d | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Sat Jan 15 00:13:27 2011 +0000 |
committer | Stephen Wilson <wilsons@start.ca> | Sat Jan 15 00:13:27 2011 +0000 |
tree | 26fa11f72590964985404502b964378d3162768f | |
parent | 25defecb21356b293793f361fa2f8c39fb2c1d34 [diff] [blame] |
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; }