Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics around backtraces
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 27 Oct 2018 15:20:25 +0000 (17:20 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 27 Oct 2018 16:15:29 +0000 (18:15 +0200)
commitf98d795d32176ef1b4f9cdaa7f263264e9c85392
tree3dff9c1edcea9c97ec4961a070666ec16806172b
parent560253d496e4f19f9480c13f4ebd59daf3ad1f80
cosmetics around backtraces

- Use a type hiding the vector
- Remove a deprecated function that nobody uses

This is the first step toward the rewriting of the backtraces. My
motivation is that our ugly hack with addr2line is not working anymore
on my Debian while boost::stacktrace entered testing. I plan to
convert to that new system.
include/xbt/asserts.h
include/xbt/backtrace.hpp
include/xbt/sysdep.h
src/xbt/backtrace.cpp
src/xbt/backtrace_dummy.cpp
src/xbt/backtrace_linux.cpp