Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate the dummy implementation of the backtraces into its own file (backtrace_dumm...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Jan 2008 16:13:34 +0000 (16:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Jan 2008 16:13:34 +0000 (16:13 +0000)
commitf93abc6448737e66b30c1eb5f4d341dc518d6d00
tree96b7bd79f126d08b96c398b3b616c06f4b378aad
parentc644d95f72f72a7a81885dc809a372e0880fdf1b
Separate the dummy implementation of the backtraces into its own file (backtrace_dummy), better init/exit mecanism for the backtraces since windows actually has something to do there

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/Makefile.am
src/xbt/backtrace_dummy.c [new file with mode: 0644]
src/xbt/backtrace_linux.c
src/xbt/backtrace_windows.c
src/xbt/ex.c
src/xbt/xbt_main.c