aboutsummaryrefslogtreecommitdiffstats
path: root/src/panic.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte1-1/+8
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-6/+3
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-3/+3
2017-05-17src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte1-1/+0
2016-05-05Update doxygen annotations in libosmocoreHarald Welte1-3/+22
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte1-0/+1
2011-08-17doxygen: document panic.[ch]Harald Welte1-0/+8
2011-05-07backtrace: use namespace prefix osmo_*Pablo Neira Ayuso1-1/+1
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-3/+3
2011-03-23This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso1-0/+1
2010-11-13Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut1-0/+2
2010-11-13panic: Fix type warning - osmo_panic_handler_t is already a pointer ...Sylvain Munaut1-1/+1
2010-07-25core: Add some generic panic handlingSylvain Munaut1-0/+71