Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssert | Jonas Devlieghere | 2020-01-14 | 1 | -3/+3 |
* | [LLDBAssert] Use unreachable instead of assert(0) | Jonas Devlieghere | 2019-07-05 | 1 | -2/+2 |
* | lldb_assert: abort when assertions are enabled. | Jonas Devlieghere | 2019-07-05 | 1 | -0/+6 |
* | Don't abort() in lldb_assert and document why. | Adrian Prantl | 2019-03-29 | 1 | -1/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Terminate debugger if an assert was hit | David Bolvansky | 2018-09-04 | 1 | -10/+10 |
* | iwyu fixes on lldbUtility. | Zachary Turner | 2017-04-06 | 1 | -2/+1 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -19/+16 |
* | Have lldb_assert accept bool expressions | Pavel Labath | 2015-05-08 | 1 | -1/+1 |
* | Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace() | Zachary Turner | 2015-03-06 | 1 | -12/+10 |
* | Introduce lldbassert(x) | Enrico Granata | 2015-03-04 | 1 | -0/+38 |