[Lldb-commits] [PATCH] D96939: [lldb] Add a note to the core file loading error message that mentions archives

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 18 00:20:53 PST 2021


teemperor added a comment.

In D96939#2570810 <https://reviews.llvm.org/D96939#2570810>, @jasonmolenda wrote:

> I mean, I'm also fine with suggesting that the file might be compressed, because this is a REAL common source of an unrecognized core file format.  But also we can more clearly say "Doesn't look like a core file to me" and also noting that compression is something to look at is cool.

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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96939/new/

https://reviews.llvm.org/D96939



More information about the lldb-commits mailing list