summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.Jonas Devlieghere2019-09-251-3/+4
* Delete more dead code.Zachary Turner2019-03-191-1/+1
* Delete dead code.Zachary Turner2019-03-191-16/+0
* Abbreviation declarations are required to have non-null tags.Zachary Turner2019-03-151-5/+3
* Return llvm::Error and llvm::Expected from DWARF parsing code.Zachary Turner2019-03-141-31/+40
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB] - Add support for DW_FORM_implicit_const.George Rimar2018-10-121-1/+5
* Reland "[DWARF] Extract indexing code into a separate class hierarchy"Pavel Labath2018-05-211-0/+1
* Revert "[DWARF] Extract indexing code into a separate class hierarchy"Amara Emerson2018-05-181-1/+0
* [DWARF] Extract indexing code into a separate class hierarchyPavel Labath2018-05-181-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-81/+58
* DWARF64 FixesTodd Fiala2014-09-111-8/+8
* Remove unused code.Greg Clayton2014-03-071-94/+0
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-3/+3
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+211
OpenPOWER on IntegriCloud