clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Looks good!


================
Comment at: source/API/SBCommandInterpreter.cpp:156
@@ -155,3 +155,3 @@
     }
-    lldb::SBCommandPluginInterface* m_backend;
+    std::shared_ptr<lldb::SBCommandPluginInterface> m_backend;
 };
----------------
Woops, never mind, if this isn't exposed via the public API, then this is 
fine... Sorry, thought this was in a header file... This is ok


https://reviews.llvm.org/D22863



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to