[Lldb-commits] [PATCH] D135998: Make sure Target::EvaluateExpression() passes up an error instead of silently dropping it.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 14 16:54:55 PDT 2022


aprantl added a comment.

In case anyone is curious about the motivation — In swift-lldb `GetUserExpressionForLanguage()` can actually fail and then you get into this very situation. Even though the expression still fails, a command line user has no feedback about this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135998/new/

https://reviews.llvm.org/D135998



More information about the lldb-commits mailing list