aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2codeview.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-16Fix non-aligned CodeView symbolsMark Harmstone1-1/+6
2024-12-01Write binary annotations for CodeView S_INLINESITE symbolsMark Harmstone1-4/+199
2024-11-30Write S_INLINESITE CodeView symbolsMark Harmstone1-0/+124
2024-11-30Write S_INLINEELINES CodeView subsectionMark Harmstone1-33/+218
2024-11-30Don't output CodeView line numbers for inlined functionsMark Harmstone1-66/+133
2024-11-19Flatten anonymous structs in CodeView typesMark Harmstone1-113/+167
2024-11-19Produce CodeView info about nested typesMark Harmstone1-1/+88
2024-11-05Handle T_HRESULT types in CodeView recordsMark Harmstone1-3/+24
2024-11-05Write LF_POINTER CodeView types for pointers to member functions or dataMark Harmstone1-0/+103
2024-11-05Write LF_BCLASS records in CodeView struct definitionsMark Harmstone1-0/+70
2024-08-29Write LF_MFUNC_ID types for CodeView struct member functionsMark Harmstone1-13/+137
2024-08-29Record member functions in CodeView struct definitionsMark Harmstone1-11/+519
2024-08-29Record static data members in CodeView structsMark Harmstone1-47/+136
2024-08-29Handle scoping in CodeView LF_FUNC_ID typesMark Harmstone1-2/+137
2024-08-29Handle namespaced names for CodeViewMark Harmstone1-13/+79
2024-08-25Write CodeView information about static locals in optimized codeMark Harmstone1-0/+57
2024-08-25Write CodeView S_FRAMEPROC symbolsMark Harmstone1-2/+78
2024-08-25Write CodeView information about optimized stack variablesMark Harmstone1-9/+119
2024-08-25Write CodeView information about enregistered optimized variablesMark Harmstone1-1/+315
2024-08-16Write CodeView information about stack variablesMark Harmstone1-6/+99
2024-08-16Write CodeView information about enregistered variablesMark Harmstone1-0/+1188
2024-08-16Write CodeView information about local static variablesMark Harmstone1-0/+258
2024-08-16Fix maybe-uninitialized CodeView LF_INDEX warningMark Harmstone1-2/+2
2024-08-05Fix handling of const or volatile void pointers in CodeViewMark Harmstone1-12/+24
2024-08-01Fix ICE when using -gcodeview with empty structMark Harmstone1-2/+5
2024-07-24Output CodeView type information for rvalue referencesMark Harmstone1-5/+10
2024-07-24Output CodeView type information for referencesMark Harmstone1-0/+44
2024-07-20Output CodeView function informationMark Harmstone1-3/+288
2024-07-13Document return value in write_cv_integerMark Harmstone1-1/+1
2024-07-13Make sure CodeView symbols are alignedMark Harmstone1-0/+2
2024-07-13Avoid magic numbers when writing CodeView paddingMark Harmstone1-4/+7
2024-07-13Add CodeView enum cv_sym_typeMark Harmstone1-5/+11
2024-07-13Add CodeView enum cv_leaf_typeMark Harmstone1-2/+35
2024-06-25[PATCH 11/11] Handle subroutine types in CodeViewMark Harmstone1-0/+238
2024-06-25[PATCH 10/11] Handle bitfields for CodeViewMark Harmstone1-2/+87
2024-06-25[PATCH 09/11] Handle arrays for CodeViewMark Harmstone1-0/+179
2024-06-25[PATCH 08/11] Handle unions for CodeView.Mark Harmstone1-6/+85
2024-06-24[PATCH 07/11] Handle structs and classes for CodeViewMark Harmstone1-23/+490
2024-06-23[PATCH 06/11] Handle enums for CodeViewMark Harmstone1-0/+524
2024-06-23[PATCH 05/11] Handle const and varible modifiers for CodeViewMark Harmstone1-0/+157
2024-06-23[PATCH 04/11] Handle pointers for CodeViewMark Harmstone1-4/+175
2024-06-23[PATCH 03/11] Handle typedefs for CodeViewMark Harmstone1-0/+6
2024-06-23[PATCH 02/11] Handle CodeView base typesMark Harmstone1-1/+195
2024-06-23[PATCH 01/11] Output CodeView data about variablesMark Harmstone1-0/+160
2024-05-11[PATCH v4 4/4] Output S_COMPILE3 symbol in CodeView debug sectionMark Harmstone1-0/+126
2024-05-11[PATCH v2 3/4] Output line numbers in CodeView sectionMark Harmstone1-0/+303
2024-05-11[PATCH v2 2/4] Output file checksums in CodeView sectionMark Harmstone1-0/+254
2024-05-11[PATCH v2 1/4] Support for CodeView debugging formatMark Harmstone1-0/+54