Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | libshouldbeinlibc: Add backtrace_stderr and backtrace_mach | Samuel Thibault | |
as convenience for printing a backtrace without erroring out. | |||
2021-08-11 | assert_*_backtrace: Tell the compiler that failures are unlikely | Samuel Thibault | |
2017-06-20 | libshouldbeinlibc: Add missing include. | Justus Winter | |
* libshouldbeinlibc/assert-backtrace.h: Include 'sys/cdefs.h' for '__STRING'. | |||
2017-02-28 | libshouldbeinlibc: Fix NDEBUG build. | Justus Winter | |
* libshouldbeinlibc/assert-backtrace.h (assert_perror_backtrace): Fix variant for NDEBUG. | |||
2016-04-27 | libshouldbeinlibc: add assert(3) variant that prints backtraces | Justus Winter | |
* libshouldbeinlibc/Makefile: Add new files * libshouldbeinlibc/assert-backtrace.{c,h}: New files. |