[Lldb-commits] [lldb] Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (PR #84219)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 12:29:43 PST 2024


adrian-prantl wrote:

@walter-erquinigo I was wondering if it would make sense to create a DropAndLogError() wrapper for all these places. The main problem would be that we end up calling these functions dozens of times over and over so we'd be spamming the logs quite a bit. But maybe doing a verbose log would be appropriate. I'll modify the patch accordingly.

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


More information about the lldb-commits mailing list