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

2019-06-14 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL363412: Make crashlog.py less noisy (authored by adrian, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D63310?v

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

2019-06-13 Thread Jason Molenda via Phabricator via lldb-commits
jasonmolenda accepted this revision. jasonmolenda added a comment. This revision is now accepted and ready to land. Nice. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63310/new/ https://reviews.llvm.org/D63310 __

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

2019-06-13 Thread Adrian Prantl via Phabricator via lldb-commits
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