summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* [dwarfdump] Dump DW_AT_ranges values inline in the debug_info dump.Frederic Riss2014-10-231-1/+19
* [dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.Frederic Riss2014-10-101-0/+19
* [dwarfdump] Resolve also variable specifications/abstract_origins.Frederic Riss2014-10-101-8/+14
* [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.Frederic Riss2014-10-061-0/+14
* [dwarfdump] Dump full filenames as DW_AT_(decl|call)_file attribute valuesFrederic Riss2014-09-221-3/+13
* Allow DWARFDebugInfoEntryMinimal::getSubroutineName to resolve cross-unit ref...Frederic Riss2014-09-221-4/+16
* [dwarfdump] Dump DW_AT_(decl|call)_line attribute values as decimal values.Frederic Riss2014-09-051-0/+2
* [ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss2014-09-041-1/+11
* [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...Alexey Samsonov2014-06-131-0/+10
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-171-7/+9
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-4/+6
* DebugInfo: Remove some initializer lists to make MSVC happy again.Benjamin Kramer2014-04-181-3/+3
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-181-26/+34
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-7/+8
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-7/+4
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-281-50/+10
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-281-8/+5
* DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...Alexey Samsonov2013-10-281-4/+10
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-19/+36
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-171-37/+23
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-100/+77
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-31/+32
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-191-1/+1
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-061-7/+6
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-171-1/+1
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-081-265/+73
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-171-8/+4
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-2/+11
* Update comment.Eric Christopher2013-01-071-1/+1
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-021-2/+1
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-301-21/+29
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-32/+88
* Add support for some missing DW_FORM_*.Eric Christopher2012-08-241-0/+28
* Formatting.Eric Christopher2012-08-241-1/+1
* 80-col.Eric Christopher2012-08-231-1/+1
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-171-24/+27
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-0/+48
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-051-1/+1
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-151-1/+1
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-151-5/+18
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-1/+25
* DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer2011-09-141-8/+8
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-141-3/+1
* Style & indentation tweaks.Benjamin Kramer2011-09-131-2/+1
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+410
OpenPOWER on IntegriCloud