summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code for handling DWARF pubnamesAdrian McCarthy2018-02-121-255/+0
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+4
* 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-231/+205
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Major DWARF cleanup.Greg Clayton2015-08-261-35/+18
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-5/+2
* Fix buffer overflow for fixed_form_sizesTamas Berghammer2015-08-251-1/+3
* DWARF64 FixesTodd Fiala2014-09-111-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+3
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-2/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...Greg Clayton2012-12-081-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-3/+0
* Added a new logging channel to the DWARF called "lookups":Greg Clayton2011-10-061-4/+5
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-1/+3
* So we can't use .debug_pubtypes as it, as designed, does not tell us about Greg Clayton2010-09-151-2/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+297
OpenPOWER on IntegriCloud