[Lldb-commits] [lldb] [lldb] Fix inconsistencies in DWARFExpression errors (PR #94554)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 6 13:39:40 PDT 2024
================
@@ -1657,7 +1650,7 @@ llvm::Expected<Value> DWARFExpression::Evaluate(
case DW_OP_eq:
if (stack.size() < 2) {
return llvm::createStringError(
- "Expression stack needs at least 2 items for DW_OP_eq.");
+ "expression stack needs at least 2 items for DW_OP_eq");
----------------
JDevlieghere wrote:
https://github.com/llvm/llvm-project/pull/94679
https://github.com/llvm/llvm-project/pull/94554
More information about the lldb-commits
mailing list