Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| lldb/tools/lldb-server/lldb-platform.cpp | ||
|---|---|---|
| 105–113 | probably, it would be better to add error text here? return Status("Failed to atomically write file %s: %s",
file_spec.GetPath().c_str(), toString(std::move(Err)).c_str()); | |
Comment Actions
this LGTM. thanks! Please, wait for approve from Jonas. I think someone from lldb needs to check whether new error reporting is OK.
probably, it would be better to add error text here?
return Status("Failed to atomically write file %s: %s", file_spec.GetPath().c_str(), toString(std::move(Err)).c_str());