[Lldb-commits] [PATCH] D119501: [lldb/crashlog] Replace interactive mode by CrashLogScriptedProcess
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 11 11:14:35 PST 2022
clayborg added a comment.
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.
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