ovyalov accepted this revision.
ovyalov added a comment.
LGTM
================
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:2834
@@ -2843,3 +2833,3 @@
- NativeThreadProtocolSP thread_sp (new NativeThreadLinux (this, thread_id));
+ NativeThreadLinuxSP thread_sp (new NativeThreadLinux(this, thread_id));
m_threads.push_back (thread_sp);
----------------
You may use std::make_shared
http://reviews.llvm.org/D12187
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits