kastiglione added inline comments.
================ Comment at: lldb/source/Commands/CommandObjectReproducer.cpp:670 + auto error_callback = [&](llvm::StringRef error) { + result.AppendError(error); + }; ---------------- Is this lambda missing an assignment to `errors`? Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86497/new/ https://reviews.llvm.org/D86497 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits