[Lldb-commits] [PATCH] D151497: [lldb] Improve function caller error message

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 25 16:18:58 PDT 2023


JDevlieghere added inline comments.


================
Comment at: lldb/source/Expression/UserExpression.cpp:211
+    error.SetErrorStringWithFormatv(
+        "unable to evaluate expression while the process is {0}: the process "
+        "must be stopped because the expression might requires allocating "
----------------
This is intentionally lowercase to match the other error messages coming from `UserExpression::Evaluate`


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

https://reviews.llvm.org/D151497



More information about the lldb-commits mailing list