Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge the content of xbt::WithContextException into simgrid::Exception
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Aug 2018 10:14:54 +0000 (12:14 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Aug 2018 10:14:54 +0000 (12:14 +0200)
commitfa5bcda96d92a6008bf7fb9d3c52c3587f128c7c
treea31eee32e05b76516649b85fc46911fb88e7d32c
parenta0c9b58a87e5d73f51f6c9f40d8c7038d860f98b
Merge the content of xbt::WithContextException into simgrid::Exception

simgrid::Exception was inheriting from xbt::WithContextException anyway.

Plus, move all of the thrown point context into xbt::ThrownPoint.
Earlier, it only contained __FILE__, __LINE__ and __func__. This
commit adds the backtrace, the procname and the pid.
include/simgrid/Exception.hpp
src/xbt/exception.cpp