aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2codeview.cc
AgeCommit message (Expand)AuthorFilesLines
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