[Lldb-commits] [PATCH] D119501: [lldb/crashlog] Replace interactive mode by CrashLogScriptedProcess

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 11 11:51:23 PST 2022


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



More information about the lldb-commits mailing list