summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/LLDBAssert.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssertJonas Devlieghere2020-01-141-3/+3
* [LLDBAssert] Use unreachable instead of assert(0)Jonas Devlieghere2019-07-051-2/+2
* lldb_assert: abort when assertions are enabled.Jonas Devlieghere2019-07-051-0/+6
* Don't abort() in lldb_assert and document why.Adrian Prantl2019-03-291-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Terminate debugger if an assert was hitDavid Bolvansky2018-09-041-10/+10
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-19/+16
* Have lldb_assert accept bool expressionsPavel Labath2015-05-081-1/+1
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-12/+10
* Introduce lldbassert(x)Enrico Granata2015-03-041-0/+38
OpenPOWER on IntegriCloud