wallace added inline comments.
================ Comment at: lldb/include/lldb/Expression/REPL.h:124 + const lldb::ValueObjectSP &result_valobj_sp, + const Status &error) { + return llvm::Error::success(); ---------------- bulbazord wrote: > Do you still need the `Status` parameter? that status is the result of the expression evaluation, so it's useful to have it here Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149719/new/ https://reviews.llvm.org/D149719 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits