mib marked 2 inline comments as done. mib added inline comments.
================ Comment at: lldb/examples/python/crashlog.py:104 + registers_info = None + if self.arch: + if "x86_64" == self.arch: ---------------- bulbazord wrote: > Is there a reason to do anything if `self.arch` isn't set? (Or is set to > `None`) If we fail to parse it from the report or if it's missing (for some reasons), `self.crashlog.process_arch` will be `None`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156919/new/ https://reviews.llvm.org/D156919 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits