[Lldb-commits] [PATCH] D22863: Improve code of loading plugins that provide cmnds
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 28 10:15:37 PDT 2016
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
More information about the lldb-commits
mailing list