summaryrefslogtreecommitdiffstats
path: root/lld/ELF/GdbIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.Rui Ueyama2018-09-141-101/+0
* s/uncompress/decompress/g.Rui Ueyama2018-02-121-1/+1
* Remove some includes from InputFiles.h.Rafael Espindola2017-12-091-0/+1
* Error instead of ignoring broken debug info.Rafael Espindola2017-11-301-2/+4
* Don't crash on broken debug info.Rafael Espindola2017-11-291-5/+8
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
* [ELF] - Teach LLD to use information from .debug_str for error reporting.George Rimar2017-11-171-0/+2
* ELF: Merge DefinedRegular and Defined.Peter Collingbourne2017-11-061-1/+1
* Revert "[ELF] - Teach LLD to use information from .debug_str for error report...Bob Haarman2017-11-031-2/+0
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-1/+1
* [ELF] - Teach LLD to use information from .debug_str for error reporting.George Rimar2017-11-031-0/+2
* [ELF] Decompress debug info sections earlyShoaib Meenai2017-10-041-0/+1
* Remove unused member variable.Rui Ueyama2017-09-241-2/+1
* Refactor GdbIndexSection. NFC.Rui Ueyama2017-09-241-24/+0
* Use more consistent namesRafael Espindola2017-08-021-1/+1
* Remove a redundant temporary variable.Rui Ueyama2017-08-011-2/+1
* Binary search to find a relocation.Rui Ueyama2017-08-011-4/+6
* Rename ObjectFile -> ObjFile.Rui Ueyama2017-07-261-2/+2
* Speed up gdb index creation.Rafael Espindola2017-07-191-0/+67
* Remove a comment that is taken from gdb man page.Rui Ueyama2017-03-291-48/+4
* Simplify. NFC.Rui Ueyama2017-03-021-13/+8
* Split GdbIndexBuilder class into non-member functions.Rui Ueyama2017-03-011-88/+0
* Remove useless variables and declarations.Rui Ueyama2017-03-011-2/+1
* Replace `auto` with its real type.Rui Ueyama2017-03-011-1/+1
* Style fix.Rui Ueyama2017-03-011-8/+5
* Reduce nesting. NFC.Rui Ueyama2017-03-011-7/+8
* Do not inherit LoadedObjectInfo.Rui Ueyama2017-03-011-18/+15
* Unbreak Windows bots.Rui Ueyama2017-03-011-1/+1
* Don't implement the gdb hash table as a generic in-memory hash table.Rui Ueyama2017-03-011-39/+24
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-2/+2
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-9/+11
* [ELF] - Return file offset as address only for allocatable sections when buil...George Rimar2016-12-231-1/+6
* [ELF] - Use DWARFDebugPubTable parser class intead of hand-written parsing.George Rimar2016-12-171-16/+5
* [ELF] - Partial support of --gdb-index command line option (Part 3).George Rimar2016-12-151-5/+74
* [ELF] - Partial support of --gdb-index command line option (Part 2).George Rimar2016-12-151-22/+62
* Define toString() as a generic function to get a string for error message.Rui Ueyama2016-11-231-2/+1
* [ELF] - Partial support of --gdb-index command line option (Part 1).George Rimar2016-10-201-0/+103
OpenPOWER on IntegriCloud