[Lldb-commits] [PATCH] D149719: [LLDB] Add a hook to notify REPLs that an expression was evaluated
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 4 10:32:51 PDT 2023
bulbazord 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();
----------------
Do you still need the `Status` parameter?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149719/new/
https://reviews.llvm.org/D149719
More information about the lldb-commits
mailing list