summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
Commit message (Expand)AuthorAgeFilesLines
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...Greg Clayton2014-03-141-2/+1
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-4/+5
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+5
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-3/+3
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-2/+2
* Since we use address ranges a lot I added a templatized class that allows us ...Greg Clayton2011-10-071-268/+37
* Added a new logging channel to the DWARF called "lookups":Greg Clayton2011-10-061-3/+4
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-121-85/+85
* Rename some variables, no functionality change.Johnny Chen2011-04-181-8/+7
* Get rid the of set membership test (log(m)) and, instead, use an index variab...Johnny Chen2011-04-151-3/+4
* Update both the src and dst pointers at the end of the loop.Johnny Chen2011-04-151-1/+1
* Optimize address range coalescing.Johnny Chen2011-04-151-22/+35
* Add missing headers.Stephen Wilson2011-04-081-0/+1
* So we can't use .debug_pubtypes as it, as designed, does not tell us about Greg Clayton2010-09-151-16/+16
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-1/+48
* A few more misc warning fixes.Eli Friedman2010-07-091-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+343
OpenPOWER on IntegriCloud