- renamed:
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.
This commit is contained in:
10
src/libCom/osi/os/Darwin/osdBackTrace.c
Normal file
10
src/libCom/osi/os/Darwin/osdBackTrace.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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 "osdExecinfoBackTrace.c"
|
||||
10
src/libCom/osi/os/Linux/osdBackTrace.c
Normal file
10
src/libCom/osi/os/Linux/osdBackTrace.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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 "osdExecinfoBackTrace.c"
|
||||
10
src/libCom/osi/os/Linux/osdFindAddr.c
Normal file
10
src/libCom/osi/os/Linux/osdFindAddr.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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"
|
||||
10
src/libCom/osi/os/solaris/osdFindAddr.c
Normal file
10
src/libCom/osi/os/solaris/osdFindAddr.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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"
|
||||
Reference in New Issue
Block a user