bulbazord added a comment.

LGTM modulo typo



================
Comment at: lldb/examples/python/crashlog.py:1374
+        if not arch:
+            raise InteractiveCrashLogException("couldn't create find the 
architecture to create the target")
+        target = debugger.CreateTargetWithFileAndArch(None, arch)
----------------
Typo


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151849/new/

https://reviews.llvm.org/D151849

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

Reply via email to