summaryrefslogtreecommitdiff
path: root/lld/ELF/GdbIndex.cpp
AgeCommit message (Expand)Author
2018-02-12s/uncompress/decompress/g.Rui Ueyama
2017-12-09Remove some includes from InputFiles.h.Rafael Espindola
2017-11-30Error instead of ignoring broken debug info.Rafael Espindola
2017-11-29Don't crash on broken debug info.Rafael Espindola
2017-11-28Move Memory.{h,cpp} to Common.Rui Ueyama
2017-11-17[ELF] - Teach LLD to use information from .debug_str for error reporting.George Rimar
2017-11-06ELF: Merge DefinedRegular and Defined.Peter Collingbourne
2017-11-03Revert "[ELF] - Teach LLD to use information from .debug_str for error report...Bob Haarman
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-11-03[ELF] - Teach LLD to use information from .debug_str for error reporting.George Rimar
2017-10-04[ELF] Decompress debug info sections earlyShoaib Meenai
2017-09-24Remove unused member variable.Rui Ueyama
2017-09-24Refactor GdbIndexSection. NFC.Rui Ueyama
2017-08-02Use more consistent namesRafael Espindola
2017-08-01Remove a redundant temporary variable.Rui Ueyama
2017-08-01Binary search to find a relocation.Rui Ueyama
2017-07-26Rename ObjectFile -> ObjFile.Rui Ueyama
2017-07-19Speed up gdb index creation.Rafael Espindola
2017-03-29Remove a comment that is taken from gdb man page.Rui Ueyama
2017-03-02Simplify. NFC.Rui Ueyama
2017-03-01Split GdbIndexBuilder class into non-member functions.Rui Ueyama
2017-03-01Remove useless variables and declarations.Rui Ueyama
2017-03-01Replace `auto` with its real type.Rui Ueyama
2017-03-01Style fix.Rui Ueyama
2017-03-01Reduce nesting. NFC.Rui Ueyama
2017-03-01Do not inherit LoadedObjectInfo.Rui Ueyama
2017-03-01Unbreak Windows bots.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-23[ELF] - Return file offset as address only for allocatable sections when buil...George Rimar
2016-12-17[ELF] - Use DWARFDebugPubTable parser class intead of hand-written parsing.George Rimar
2016-12-15[ELF] - Partial support of --gdb-index command line option (Part 3).George Rimar
2016-12-15[ELF] - Partial support of --gdb-index command line option (Part 2).George Rimar
2016-11-23Define toString() as a generic function to get a string for error message.Rui Ueyama
2016-10-20[ELF] - Partial support of --gdb-index command line option (Part 1).George Rimar