- let default (no-op) version of stack trace print informative message

that stack traces are not supported.
This commit is contained in:
Till Straumann
2014-08-28 15:10:12 -07:00
parent 768c2c02e7
commit 079357c242

View File

@@ -8,9 +8,13 @@
*/
#include "epicsStackTrace.h"
#include "errlog.h"
epicsShareFunc void epicsStackTrace(void)
{
errlogFlush();
errlogPrintf("StackTrace not supported on this platform, sorry\n");
errlogFlush();
}
epicsShareFunc int epicsStackTraceGetFeatures(void)