summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath2019-12-111-0/+1
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-091-3/+3
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-051-5/+4
* [Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.Jonas Devlieghere2019-09-251-1/+1
* Remove DWARFExpression::LocationListSizePavel Labath2019-08-291-11/+5
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-5/+7
* Use const auto *Fangrui Song2019-06-291-5/+5
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-251-2/+3
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-16/+5
* DWARF: Make DIERefs always validPavel Labath2019-06-191-10/+8
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-12/+9
* Code and comment cleanups [NFC]Greg Clayton2019-05-301-47/+41
* Improve DWARF parsing and accessing by 1% to 2%Greg Clayton2019-05-301-36/+15
* DWARFDebugInfoEntry: delete unused Extract() and rename FastExtract() to Extr...Fangrui Song2019-05-301-165/+6
* Clean up DWARFDebugInfoEntryFangrui Song2019-05-291-55/+0
* DWARF: Fix address range support in mixed 4+5 scenarioPavel Labath2019-05-291-60/+44
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-281-4/+5
* Cleanup fixed form sizes.Greg Clayton2019-05-241-13/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-13/+15
* Simplify `GetName`+`AppendTypeName` by `DWARFDIE`Jan Kratochvil2019-05-231-162/+2
* DWARFDebugInfoEntry: remove unused variablePavel Labath2019-05-221-4/+1
* Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil2019-05-211-137/+105
* Permit cross-CU referencesJan Kratochvil2019-05-151-45/+24
* DWARF: s/CompileUnit/Unit/ in DWARFFormValuePavel Labath2019-05-151-1/+1
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-101-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-38/+0
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-40/+24
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-24/+40
* Delete more dead code.Zachary Turner2019-03-191-39/+3
* Delete dead code.Zachary Turner2019-03-191-34/+0
* Remove support for DWARF64.Zachary Turner2019-03-121-11/+5
* Remove DWARFDIECollection.Zachary Turner2019-03-121-4/+3
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-071-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.George Rimar2018-11-021-14/+23
* [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.George Rimar2018-10-311-0/+6
* Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...George Rimar2018-10-251-19/+9
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-241-9/+19
* [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...George Rimar2018-10-241-19/+9
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-2/+2
* Code cleanup: Remove DWARFDebugInfoEntry::m_empty_childrenJan Kratochvil2018-10-161-4/+2
* [LLDB] - Add support for DW_FORM_implicit_const.George Rimar2018-10-121-29/+28
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-3/+3
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+8
* Fix DWARFUnit::GetUnitDIEPtrOnly stale pointerJan Kratochvil2018-05-291-0/+12
* Use DWARFBaseDIE as a compile-time protectionJan Kratochvil2018-05-241-2/+2
* General cleanup to minimize the .debug_types patchGreg Clayton2018-05-091-10/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-68/+64
* Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil2018-04-301-6/+14
* Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...Jan Kratochvil2018-04-141-2/+2
OpenPOWER on IntegriCloud