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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to