JDevlieghere added a comment. In D119501#3314991 <https://reviews.llvm.org/D119501#3314991>, @clayborg wrote:
> I used this back when I worked at Apple to load thousands of crash logs and > get information about the versions of a library that were all involved in the > crash. From the Apple crash reporter site, download the zip file with all > crash logs, load them all into, use interactive mode to say "image LLDB" and > I could see if any of the crashes were in current versions of LLDB after we > submitted a fix for something. I am no longer at Apple, so find to remove > this feature if no one uses it. We're not really removing it, we're replacing it with a (imho much better) implementation backed by the scripted processes. This gives a "native" way to interactive inspect the crashlog with `bt` and `frame select` etc. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119501/new/ https://reviews.llvm.org/D119501 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits