[Lldb-commits] [lldb] Fix return value of 'PluginManager::RegisterPlugin()'. (PR #114120)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 29 13:31:51 PDT 2024


jimingham wrote:

We obviously aren't checking this return anywhere.  The only way it can return false that I can see is if you call RegisterPlugin with no callback pointer - which seems more like a programming error than a run-time check.  Do we actually need this bool return?

https://github.com/llvm/llvm-project/pull/114120


More information about the lldb-commits mailing list