Store filename and provide detailed message on data access assertion failure.
[folly.git] / folly / experimental / symbolizer / Elf.cpp
2017-12-12 Andrii NakryikoStore filename and provide detailed message on data...
2017-11-27 Andrii NakryikoFix ElfFile crashing when opening short (<64 bytes...
2017-11-09 Teng QinAdd parsing for indirect functions
2017-11-09 Teng QinAdd a multi-type version of iterateSymbolsWithType
2017-08-16 Mirek Klimosfolly::ElfFile - add support to iterate over program...
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-01-04 Yedidya Feldblum2017
2016-09-14 Mark WilliamsMake ElfCache follow .gnu_debuglink
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-18 Laurent Demaillyfix bug with elf object left with file open upon error...
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-25 Tudor BosmanMake ElfFile not crash on invalid ELF files
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-03-27 Peter GriessAdd read/write mode to ElfFile
2013-03-27 Peter GriessAdd symbol name resolution and value retrieval
2013-03-27 Peter GriessMove folly::symbolizer::systemError() into Exception.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Tudor BosmanRemove Stream
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental