summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.rst
AgeCommit message (Expand)Author
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2016-11-01[docs] Fix some typos. NFC.Vedant Kumar
2016-10-31DebugInfo: make DW_TAG_atomic_type validVictor Leschuk
2016-10-26DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk
2016-10-26Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".Vassil Vassilev
2016-10-26DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-07-14Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.Adrian Prantl
2016-06-07Add info to SourceLevelDebugging about CodeViewReid Kleckner
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-02-12Fix minor error with debug info doc.Mark Lacey
2015-11-06docs: Document function-attached metadata and IR changes from r252219.Peter Collingbourne
2015-09-12Fix typos.Bruce Mitchener
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-06Update docs for accessing !dbg attachmentsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-05-14Fixed some typos and broken links in source level debugging docs.Michael Kuperstein
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-17docs: Update LangRef and SourceLevelDebuggingDuncan P. N. Exon Smith
2015-02-09DebugInfo: Remove DW_TAG_constantDuncan P. N. Exon Smith
2014-10-08Update dwarf::ApplePropertyAttributes enum to meaningful values.Frederic Riss
2014-10-04DI: Fixup global syntax in exampleDuncan P. N. Exon Smith
2014-10-04DI: Line up comments in examplesDuncan P. N. Exon Smith
2014-10-04DI: Fixup example IR from r219051Duncan P. N. Exon Smith
2014-10-04DI: Prune another exampleDuncan P. N. Exon Smith
2014-10-04DI: Update and prune metadata examplesDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-08-21Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie
2014-08-04Correct the emission kind constants committed in r214771David Blaikie
2014-08-04Document the "emission kind" field of the DICompileUnit in LLVM's Source Leve...David Blaikie
2014-08-01Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl
2014-06-30Debug info: split out complex DIVariable address expressions into aAdrian Prantl
2014-06-09[docs] Fix typo, align comments, fix syntax highlightingJeroen Ketema
2014-03-18Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl
2014-03-03Add DWARF discriminator support to DILexicalBlocks.Diego Novillo
2013-12-05Correct word hyphenationsAlp Toker
2013-10-29Fix common typos in the docs.Benjamin Kramer
2013-10-27Update to current output.Bill Wendling
2013-08-29Add unique identifier field to Composite Types and Format.Manman Ren
2013-05-29Debug Info: Update documentation to match recent (& not so recent) schema cha...David Blaikie
2013-03-19Formatting fixups.Eric Christopher
2013-03-18Make the fields in the diagram match the descriptive text above them.Eric Christopher
2013-02-16Documentation: correct syntax (one missing comma, one extra comma)Dmitri Gribenko
2013-02-13This is actually located at the end, not the middle.Eric Christopher
2013-01-10remove the rest of the "written by" lines in the documentation. It isChris Lattner