summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup fixed form sizes.Greg Clayton2019-05-241-19/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Permit cross-CU referencesJan Kratochvil2019-05-151-2/+4
* DWARF: s/CompileUnit/Unit/ in DWARFFormValuePavel Labath2019-05-151-8/+9
* Remove support for DWARF64.Zachary Turner2019-03-121-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [LLDB] - Add support for DW_FORM_implicit_const.George Rimar2018-10-121-0/+5
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+1
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-6/+6
* Fix LLDB crash accessing unknown DW_FORM_* attributesJan Kratochvil2017-07-311-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-85/+69
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-0/+1
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-0/+1
* Major DWARF cleanup.Greg Clayton2015-08-261-6/+4
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-4/+7
* Fix buffer overflow for fixed_form_sizesTamas Berghammer2015-08-251-1/+29
* Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly beca...Greg Clayton2014-11-221-11/+10
* DWARF64 FixesTodd Fiala2014-09-111-1/+1
* Fix gcc warnings about casting away constnessSteve Pucci2014-01-171-1/+1
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-7/+8
* Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_v...Greg Clayton2013-04-051-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+6
* Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton2011-12-081-1/+3
* Fixed the header guards.Greg Clayton2011-09-121-7/+2
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-1/+1
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-1/+1
* Misc warning fixes.Eli Friedman2010-07-091-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+81
OpenPOWER on IntegriCloud