[Lldb-commits] [PATCH] D138060: Improve error logging when xcrun fails to execute successfully
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 15 16:49:31 PST 2022
aprantl updated this revision to Diff 475630.
aprantl edited the summary of this revision.
aprantl added a comment.
Implemented error handling of sorts. Because the computation result is cached and most uses are nested deep in places that have no proper error handling themselves I'm logging to the global error stream.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138060/new/
https://reviews.llvm.org/D138060
Files:
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/unittests/Host/CMakeLists.txt
lldb/unittests/Host/HostTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138060.475630.patch
Type: text/x-patch
Size: 7170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221116/657eadc3/attachment.bin>
More information about the lldb-commits
mailing list