summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+2
* DWARF: Remove unused includes from DWARFDebugAranges.h/cppPavel Labath2019-06-141-11/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* DWARFContext: Return empty data extractors instead of null pointersPavel Labath2019-05-161-4/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Delete more dead code.Zachary Turner2019-03-191-20/+2
* Delete dead code.Zachary Turner2019-03-191-0/+1
* Remove a couple of log statements.Zachary Turner2019-03-191-24/+0
* Return Error and Expected from more DWARF interfaces.Zachary Turner2019-03-151-19/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-2/+2
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-115/+89
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* 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