JDevlieghere added inline comments.
================ Comment at: lldb/examples/python/crashlog.py:1148 +class CrashLogLoadingMode(str, enum.Enum): + legacy = 'legacy' + interactive = 'interactive' ---------------- This can be interpreted as the textual crashlogs going away which isn't the case or the goal. I think this should say "textual" (although that might be confusing with the JSON/text input) or maybe "batch". CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141658/new/ https://reviews.llvm.org/D141658 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits