summaryrefslogtreecommitdiff
path: root/gcc/dwarf2codeview.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-11-30Write S_INLINEELINES CodeView subsectionMark Harmstone
2024-11-30Don't output CodeView line numbers for inlined functionsMark Harmstone
2024-11-05Handle T_HRESULT types in CodeView recordsMark Harmstone
2024-11-05Write LF_POINTER CodeView types for pointers to member functions or dataMark Harmstone
2024-08-29Record member functions in CodeView struct definitionsMark Harmstone
2024-07-24Output CodeView type information for rvalue referencesMark Harmstone
2024-07-24Output CodeView type information for referencesMark Harmstone
2024-07-13Add CodeView enum cv_leaf_typeMark Harmstone
2024-06-25[PATCH 11/11] Handle subroutine types in CodeViewMark Harmstone
2024-06-25[PATCH 10/11] Handle bitfields for CodeViewMark Harmstone
2024-06-25[PATCH 09/11] Handle arrays for CodeViewMark Harmstone
2024-06-25[PATCH 08/11] Handle unions for CodeView.Mark Harmstone
2024-06-24[PATCH 07/11] Handle structs and classes for CodeViewMark Harmstone
2024-06-23[PATCH 06/11] Handle enums for CodeViewMark Harmstone
2024-06-23[PATCH 05/11] Handle const and varible modifiers for CodeViewMark Harmstone
2024-06-23[PATCH 04/11] Handle pointers for CodeViewMark Harmstone
2024-06-23[PATCH 02/11] Handle CodeView base typesMark Harmstone
2024-06-23[PATCH 01/11] Output CodeView data about variablesMark Harmstone
2024-05-11[PATCH v2 3/4] Output line numbers in CodeView sectionMark Harmstone
2024-05-11[PATCH v2 2/4] Output file checksums in CodeView sectionMark Harmstone
2024-05-11[PATCH v2 1/4] Support for CodeView debugging formatMark Harmstone