================
@@ -2042,7 +2043,7 @@ bool RegisterContextUnwind::ReadFrameAddress(
return true;
}
UnwindLogMsg("Failed to set CFA value via DWARF expression: %s",
- error.AsCString());
+ llvm::toString(result.takeError()).c_str());
----------------
DavidSpickett wrote:
Does `takeError` disarm the result? I am wondering if this will assert that no
one has handled the error here.
https://github.com/llvm/llvm-project/pull/94420
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits