• Michael Spang's avatar
    Use file offsets in traces if object has no symbols (#513) · 130a3e10
    Michael Spang authored
    Fallback to using file offsets if no symbol is found, like we do if the
    object could not be opened.
    
    This makes backtraces usable even if objects in the trace are stripped,
    since the trace can be symbolized by post-processing it with a tool like
    asan_symbolize.py.
    
    Note that this is not currently compatible with SymbolizeCallback as
    this overwrites the filename in the buffer. The behavior is unchanged
    in that case.
    
    Closes: #514
    130a3e10
Name
Last commit
Last update
.bazelci Loading commit data...
bazel Loading commit data...
cmake Loading commit data...
doc Loading commit data...
m4 Loading commit data...
packages Loading commit data...
src Loading commit data...
toolchains Loading commit data...
.gitignore Loading commit data...
.travis.ubuntu.sh Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
Dockerfile.ubuntu.template Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
README.windows Loading commit data...
WORKSPACE Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
glog-config.cmake.in Loading commit data...
glog-modules.cmake.in Loading commit data...
libglog.pc.in Loading commit data...