Skip to content

Commit 566b957

Browse files
authored
fixup! improve error message
1 parent 953c71d commit 566b957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/CommandObjectMemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ EvaluateExpression(llvm::StringRef expression, StackFrame &frame,
932932
result_sp = result_sp->GetQualifiedRepresentationIfAvailable(
933933
result_sp->GetDynamicValueType(), /*synthValue=*/true);
934934
if (!result_sp)
935-
return llvm::createStringError("failed to unwrap expression result type");
935+
return llvm::createStringError("failed to get dynamic result type");
936936

937937
return result_sp;
938938
}

0 commit comments

Comments
 (0)