diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp index cea3fbf..5c262db 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -1098,7 +1098,7 @@ Status NativeProcessLinux::Detach() { Status e = Detach(thread->GetID()); // Save the error, but still attempt to detach from other threads. if (e.Fail()) - error = e.Clone; + error = e.Clone(); } m_intel_pt_collector.Clear(); |