Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : equal_to field of blocks/fragments updated twice with match_equals
[simgrid.git] / src / xbt / backtrace_linux.c
2012-11-25 Martin Quinsonxbt_os_procname and xbt_binary_name are the same -...
2012-10-10 Arnaud GierschAvoid to fail when we cannot read the output of addr2line.
2012-10-10 Arnaud GierschTypo.
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-07-10 Marion Guthmullermodel-checker : update backtrace display
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-31 Arnaud GierschRevert "Don't fail when backtrace() returns 0."
2012-05-25 Arnaud GierschDon't fail when backtrace() returns 0.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschDon't hide variables with multiple declarations.
2012-02-09 Arnaud GierschMake xbt_ex_setup_backtrace() survive to an empty backt...
2012-02-08 Martin QuinsonSetup the framework allowing to add backtraces to the...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-10-20 Martin Quinsonmerge branches
2011-09-21 Martin Quinsoncut an infinite loop of exception raising which raises...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-18 Arnaud GierschUse strtol instead of sscanf+sprintf for parsing and...
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...