summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-2/+4
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-051-161/+0
* DWARF: Improve type safety or range lists parsingPavel Labath2019-07-261-5/+0
* DWARF: port debug_ranges/rnglists over to DWARFContextPavel Labath2019-06-141-10/+6
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-211-2/+4
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-27/+18
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-18/+27
* Remove support for DWARF64.Zachary Turner2019-03-121-4/+2
* 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-4/+56
* [LLDB] - Removed unused variable. NFC.George Rimar2018-10-311-4/+1
* [LLDB] - Fix outdated comment. NFC.George Rimar2018-10-291-2/+1
* Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...George Rimar2018-10-251-13/+60
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-241-57/+13
* [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...George Rimar2018-10-241-13/+57
* [LLDB] - Add support for DW_RLE_start_end entries (.debug_rnglists)George Rimar2018-10-171-1/+8
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-0/+68
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Add support for base address entries in the .debug_ranges sectionTamas Berghammer2017-07-311-18/+19
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Remove a couple of Stream flagsPavel Labath2017-01-131-7/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-151-2/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-120/+100
* Major DWARF cleanup.Greg Clayton2015-08-261-49/+5
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Ensure parsed debug arange data is sortedEd Maste2013-12-021-0/+1
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-59/+8
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-132/+100
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-8/+8
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+275
OpenPOWER on IntegriCloud