[Lldb-commits] [PATCH] D141658: [lldb/crashlog] Make interactive mode the new default

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 6 11:21:34 PST 2023


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



More information about the lldb-commits mailing list