summaryrefslogtreecommitdiff
path: root/lld/ELF/GdbIndex.h
AgeCommit message (Expand)Author
2018-07-02[ELF] - Remove dead code. NFC.George Rimar
2017-11-17[ELF] - Teach LLD to use information from .debug_str for error reporting.George Rimar
2017-11-03Revert "[ELF] - Teach LLD to use information from .debug_str for error report...Bob Haarman
2017-11-03[ELF] - Teach LLD to use information from .debug_str for error reporting.George Rimar
2017-09-24Remove unused member variable.Rui Ueyama
2017-09-24Refactor GdbIndexSection. NFC.Rui Ueyama
2017-07-26Rename ObjectFile -> ObjFile.Rui Ueyama
2017-07-19Speed up gdb index creation.Rafael Espindola
2017-07-18[ELF] - Apply clang-format. NFC.George Rimar
2017-07-12Refactor gdb index creation.Rafael Espindola
2017-06-07[ELF] - Make implementation of .gdb index to be more natural for futher paral...George Rimar
2017-05-15ELF: --gdb-index: Change findSection to return an InputSection.Peter Collingbourne
2017-03-01Split GdbIndexBuilder class into non-member functions.Rui Ueyama
2017-03-01Remove useless variables and declarations.Rui Ueyama
2017-03-01Do not inherit LoadedObjectInfo.Rui Ueyama
2017-03-01Don't implement the gdb hash table as a generic in-memory hash table.Rui Ueyama
2017-02-23Make InputSection a class. NFC.Rafael Espindola
2017-02-23Convert InputSectionBase to a class.Rafael Espindola
2016-12-15[ELF] - Partial support of --gdb-index command line option (Part 3).George Rimar
2016-12-15[ELF] - Attempt to fix ubuntu 64x buildbot (2).George Rimar
2016-12-15[ELF] - Attempt to fix ubuntu bot.George Rimar
2016-12-15[ELF] - Partial support of --gdb-index command line option (Part 2).George Rimar
2016-10-20[ELF] - Partial support of --gdb-index command line option (Part 1).George Rimar