[Lldb-commits] [PATCH] D141658: [lldb/crashlog] Make interactive mode the new default
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 31 11:31:30 PST 2023
bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.
I like this. I have no opinion on having `-i/-b` versus `--mode/-m` to indicate which mode crashlog.py should use, though I think that using an enum makes it easier to add new modes down the line so I'm okay with this implementation (note: I can't think of any other kinds of modes I would add later).
LGTM, @JDevlieghere any objections?
================
Comment at: lldb/examples/python/crashlog.py:47
-
print_lock = threading.RLock()
----------------
nit: no need to remove this line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141658/new/
https://reviews.llvm.org/D141658
More information about the lldb-commits
mailing list