src/libCom/osi/os/posix/osdBackTrace.c => src/libCom/osi/os/posix/osdExecinfoBackTrace.c src/libCom/osi/os/posix/osdFindAddr.c => src/libCom/osi/os/posix/osdElfFindAddr.c not all 'posix' platforms can use the above versions (since the used APIs are not really POSIX) but a subset can. The platforms which can use either version #include it from 'their' osdBackTrace.c/osdFindAddr.c.
11 lines
303 B
C
11 lines
303 B
C
/*
|
|
* Copyright: Stanford University / SLAC National Laboratory.
|
|
*
|
|
* EPICS BASE is distributed subject to a Software License Agreement found
|
|
* in file LICENSE that is included with this distribution.
|
|
*
|
|
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
|
|
*/
|
|
|
|
#include "osdElfFindAddr.c"
|