[Lldb-commits] [PATCH] D66739: [lldb] Add -w flag for expressions to print compiler warnings even if expression succeeds.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 08:06:12 PDT 2019
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Target/Target.h:1106
+ std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr,
+ std::string *warnings = nullptr);
----------------
Is there anyway we could store this and things like the fixed expression in the `ExpressionResults` and then specify in the `EvaluateExpressionOptions` whether we want this to be set or not?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66739/new/
https://reviews.llvm.org/D66739
More information about the lldb-commits
mailing list