Skip to content

Commit 3b426a8

Browse files
committed
[lldb] Convert NativeProcessLinux to new Status API (NFC)
1 parent 54b1055 commit 3b426a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ Status NativeProcessLinux::Detach() {
10981098
Status e = Detach(thread->GetID());
10991099
// Save the error, but still attempt to detach from other threads.
11001100
if (e.Fail())
1101-
error = e.Clone;
1101+
error = e.Clone();
11021102
}
11031103

11041104
m_intel_pt_collector.Clear();

0 commit comments

Comments
 (0)