aboutsummaryrefslogtreecommitdiff
path: root/tests/backtrace
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18Complete NetBSD compatibilityBoris Kolpackov1-1/+4
2020-02-12Rename fdnull() to fdopen_null()Karen Arutyunov1-1/+1
2020-02-06Drop copyright notice from source codeBoris Kolpackov3-3/+0
2019-10-29Only enable backtrace support on Linux if using glibcBoris Kolpackov1-1/+1
Other libc implementations, for example musl, don't support this out of the box.
2019-05-30Improve backtrace testKaren Arutyunov2-17/+83
Check that setting terminate handler doesn't change the way a process terminates on unhandled exception.
2019-05-28Add backtrace()Karen Arutyunov3-0/+129