[Lldb-commits] [PATCH] D119389: [lldb/crashlog] Add CrashLogScriptedProcess and resurrect_crashlog method
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 11 14:58:58 PST 2022
mib marked 3 inline comments as done.
mib added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:1301-1302
'command script add -c lldb.macosx.crashlog.Symbolicate crashlog')
+ debugger.HandleCommand(
+ 'command script add -c lldb.macosx.crashlog.ResurrectCrashProcess resurrect_crashlog')
debugger.HandleCommand(
----------------
JDevlieghere wrote:
> I expect the scripted process implementation to take the place of the existing interactive mode (D119501) so I don't think we need a new command.
Let's just merge this patch with D119501
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119389/new/
https://reviews.llvm.org/D119389
More information about the lldb-commits
mailing list