[Lldb-commits] [PATCH] D96939: [lldb] Add a note to the core file loading error message that mentions archives
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 18 00:23:13 PST 2021
jasonmolenda added a comment.
In D96939#2570830 <https://reviews.llvm.org/D96939#2570830>, @teemperor wrote:
> What about:
>
> error: Couldn't recognise core file format of <PATH>.
> note: If the file is a core file in a compressed file archive, it first needs to be manually extracted before it can be loaded.
Looks good to me. Although I would write it with the freedom spelling of recognize. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96939/new/
https://reviews.llvm.org/D96939
More information about the lldb-commits
mailing list