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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to