labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

I think this should be fine, modulo the typo. TBH, I was not even aware some of 
these files existed. The ones that are already used by people on a daily basis 
should by already python3-ready.



================
Comment at: lldb/utils/lui/lldbutil.py:729
 
-    return map(GetPCAddress, range(thread.GetNumFrames()))
+    return [GetPCAddress(i) for in in range(thread.GetNumFrames())]
 
----------------
typo (`in in`)


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D59579



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

Reply via email to