summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-506/+562
* Fix incorrect form test in SymbolFileDWARFPavel Labath2016-07-261-0/+1
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-0/+8
* Major DWARF cleanup.Greg Clayton2015-08-261-17/+20
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-25/+62
* Fix buffer overflow for fixed_form_sizesTamas Berghammer2015-08-251-5/+5
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly beca...Greg Clayton2014-11-221-54/+41
* DWARF64 FixesTodd Fiala2014-09-111-19/+73
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-6/+6
* <rdar://problem/13561911>Greg Clayton2013-04-031-5/+19
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-69/+69
* Added support for the DWARF 4 DW_FORM values.Greg Clayton2012-02-221-140/+66
* Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton2011-12-081-0/+21
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-29/+29
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-0/+67
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+571
OpenPOWER on IntegriCloud