[Lldb-commits] [PATCH] D63310: Make crashlog.py less noisy

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 13 17:31:42 PDT 2019


aprantl created this revision.
aprantl added reviewers: davide, jasonmolenda.
Herald added a project: LLDB.

For end-users there is no point in printing dSYM load errors for system frameworks, since they will all fail and there's nothing they can do about it. This patch hides them by default and shows them when --verbose is present.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63310

Files:
  lldb/examples/python/crashlog.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63310.204675.patch
Type: text/x-patch
Size: 4720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190614/04ff2fa3/attachment.bin>


More information about the lldb-commits mailing list