Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement reentrant mutexes in xbt_os_thread
[simgrid.git] / src / xbt / backtrace_linux.c
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 agierschReplace, when possible, calls to bprintf() by calls...
2011-02-17 agierschUse new style logging macros.
2010-12-07 mquinsondon't try to compute the backtrace if we have no proces...
2010-12-01 agierschFix a memory leak in xbt_ex_setup_backtrace.
2010-10-11 alegrandIndent include and src using this command:
2010-06-24 mquinsonmask bottom of stacks when using sysv ctx
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-04-25 mquinsonFix copyright headers
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-12-12 mquinsondo not display backtrace capturing stuff in the display...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-09-10 mquinsonreindent (with eclipse)
2008-01-23 mquinsonDo not prepare backtraces for display in backtrace_curr...
2008-01-23 mquinsonAnd now, fix the linux layer for backtrace extraction...
2008-01-22 mquinsonSeparate the dummy implementation of the backtraces...
2008-01-22 mquinsonReindent (no real change)
2008-01-22 mquinsonMove a bit of code into the platform-dependent files...
2008-01-07 mquinsonsplit windows and linux backtrace setup out of the...