summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-95/+0
* [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath2019-12-111-0/+3
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-4/+5
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-26/+13
* Cleanup fixed form sizes.Greg Clayton2019-05-241-86/+53
* DWARF: Implement DW_AT_signature lookup for type unit supportPavel Labath2019-05-241-0/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-211-1/+2
* DWARF: Port most of other sections over to DWARFContextPavel Labath2019-05-201-7/+12
* Make DWARFContext dwo-aware and port debug_info sections overPavel Labath2019-05-171-0/+2
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-1/+1
* Permit cross-CU referencesJan Kratochvil2019-05-151-10/+26
* DWARF: s/CompileUnit/Unit/ in DWARFFormValuePavel Labath2019-05-151-44/+36
* Fix a "memset clearing an object of non-trivial type" warning in DWARFFormValuePavel Labath2019-03-271-1/+1
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-14/+9
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-9/+14
* Remove support for DWARF64.Zachary Turner2019-03-121-62/+12
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-071-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARF: Fix a bug in array size computationPavel Labath2018-12-271-12/+16
* [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwoGeorge Rimar2018-11-291-15/+2
* [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.George Rimar2018-11-021-0/+3
* [LLDB] - Regroup the switch entries in DWARFFormValue::ExtractValue. NFC.George Rimar2018-10-311-60/+26
* [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.George Rimar2018-10-311-1/+14
* [LLDB] - Add support for DW_FORM_implicit_const.George Rimar2018-10-121-0/+8
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-36/+103
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-8/+8
* Fix LLDB crash accessing unknown DW_FORM_* attributesJan Kratochvil2017-07-311-0/+36
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Remove a couple of Stream flagsPavel Labath2017-01-131-17/+0
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-4/+3
* *** 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
OpenPOWER on IntegriCloud