[Lldb-commits] [PATCH] D98987: [lldb] Call os_log_fault on lldb_assert

2021-03-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe089b5e9e11a: [lldb] Call os_log_fault on lldb_assert (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorep

[Lldb-commits] [PATCH] D98987: [lldb] Call os_log_fault on lldb_assert

2021-03-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 331997. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98987/new/ https://reviews.llvm.org/D98987 Files: lldb/include/lldb/Utility/LLDBAssert.h lldb/source/Utility/LLDBAssert.cpp lldb/test/Shell/Error/assert.test lldb/tools/lldb-test/lldb

[Lldb-commits] [PATCH] D98987: [lldb] Call os_log_fault on lldb_assert

2021-03-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: LLDB, aprantl. JDevlieghere requested review of this revision. Call `os_log_fault` when an lldb assert fails. We piggyback off of the `LLVM_SUPPORT_XCODE_SIGNPOSTS` to for `os_log` support rather than introducing another check and