summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Remove DWARFDebugRangesBase abstract classPavel Labath2019-12-061-12/+3
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-051-23/+0
* DWARF: Improve type safety or range lists parsingPavel Labath2019-07-261-3/+1
* DWARF: port debug_ranges/rnglists over to DWARFContextPavel Labath2019-06-141-7/+10
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-13/+5
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-5/+13
* 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-3/+6
* Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...George Rimar2018-10-251-8/+25
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-241-25/+8
* [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...George Rimar2018-10-241-8/+25
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-2/+16
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-151-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-20/+17
* Major DWARF cleanup.Greg Clayton2015-08-261-10/+6
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Changed RangeMap over to use llvm::SmallVector and updated the RangeArray and...Greg Clayton2011-10-081-1/+1
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-53/+10
* Fixed the header guards.Greg Clayton2011-09-121-3/+3
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+89
OpenPOWER on IntegriCloud