summaryrefslogtreecommitdiffstats
path: root/src/panic.c
Commit message (Expand)AuthorAgeFilesLines
* osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte2018-06-291-1/+8
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-6/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-3/+3
* src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte2017-05-171-1/+0
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-3/+22
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-111-0/+1
* doxygen: document panic.[ch]Harald Welte2011-08-171-0/+8
* backtrace: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-1/+1
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-0/+1
* Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut2010-11-131-0/+2
* panic: Fix type warning - osmo_panic_handler_t is already a pointer ...Sylvain Munaut2010-11-131-1/+1
* core: Add some generic panic handlingSylvain Munaut2010-07-251-0/+71