Fix SignalHandlerTest with ASAN
[folly.git] / folly / experimental / symbolizer / Elf.h
2017-11-09 Teng QinAdd a multi-type version of iterateSectionsWithType
2017-11-09 Teng QinAdd a multi-type version of iterateSymbolsWithType
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-08-16 Mirek Klimosfolly::ElfFile - add support to iterate over program...
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-01-04 Yedidya Feldblum2017
2016-09-14 Mark WilliamsMake ElfCache follow .gnu_debuglink
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
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-11-08 Nicholas OrmrodFix folly lint errors
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-03-27 Peter GriessAdd read/write mode to ElfFile
2013-03-27 Peter GriessAdd symbol name resolution and value retrieval
2013-03-27 Peter GriessEnable Elf::at<T> only for POD data types
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