Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some new functions to this. Bloatware, here we come.
[simgrid.git] / src / xbt / ex.c
2006-05-10 mquinsondo not launch addr2line when we failed to find sensible...
2006-05-09 alegrandImproving debug informations.
2006-04-21 mquinsonConvert a printf to an ERROR so that even archs without...
2006-04-14 mquinsonInit offset in any case
2006-04-14 mquinsonRework the headers to follow our habits
2006-04-12 mquinsontypo
2006-04-12 mquinsoncosmetics
2006-04-12 mquinsonMake the code more robust: Add debugging outputs, add...
2006-04-12 mquinsonsanitize this function name before its API is frozen...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsonIiiirk. It leaks
2006-04-11 mquinsonTrack the symbols even if they hide in a dynamic librar...
2006-04-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-07 mquinsonDisplay some info about the frames addr2line knows...
2006-04-07 mquinsonReindent, deal properly with remote exceptions
2006-04-07 mquinsonDisplay neat exceptions backtraces
2006-04-06 mquinsonreindent
2006-04-04 mquinsonFound why the backtrace were not propagated anymore
2006-04-04 mquinsonImprove detection of remote exceptions, plus workaround...
2006-04-04 mquinsonplug a memleak on remote exception propagation
2006-03-30 mquinsonTweak things here and there so that we can propagate...
2005-10-23 mquinsonReadd the example we need in the documentation, they...
2005-10-23 mquinsonAdd a tool to automatically extract the test units...
2005-10-19 alegrandmake g++ happy
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-09-05 mquinsonAllow exceptions with NULL msg
2005-08-07 mquinsondon't include execinfo.h directly, but using portable...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsons/sg/xbt/ ; s/code/category/
2005-07-01 mquinsonfit libex into SimGrid (with an axe, I admit)
2005-07-01 mquinsonInclude the original version of the libex library....