summaryrefslogtreecommitdiff
path: root/gcc/dwarf2codeview.cc
AgeCommit message (Expand)Author
2025-09-01Fix assertion when trying to represent Ada arrays in CodeViewMark Harmstone
2025-01-02Update copyright years.Jakub Jelinek
2024-12-16Fix non-aligned CodeView symbolsMark Harmstone
2024-12-01Write binary annotations for CodeView S_INLINESITE symbolsMark Harmstone
2024-11-30Write S_INLINESITE CodeView symbolsMark Harmstone
2024-11-30Write S_INLINEELINES CodeView subsectionMark Harmstone
2024-11-30Don't output CodeView line numbers for inlined functionsMark Harmstone
2024-11-19Flatten anonymous structs in CodeView typesMark Harmstone
2024-11-19Produce CodeView info about nested typesMark 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-11-05Write LF_BCLASS records in CodeView struct definitionsMark Harmstone
2024-08-29Write LF_MFUNC_ID types for CodeView struct member functionsMark Harmstone
2024-08-29Record member functions in CodeView struct definitionsMark Harmstone
2024-08-29Record static data members in CodeView structsMark Harmstone
2024-08-29Handle scoping in CodeView LF_FUNC_ID typesMark Harmstone
2024-08-29Handle namespaced names for CodeViewMark Harmstone
2024-08-25Write CodeView information about static locals in optimized codeMark Harmstone
2024-08-25Write CodeView S_FRAMEPROC symbolsMark Harmstone
2024-08-25Write CodeView information about optimized stack variablesMark Harmstone
2024-08-25Write CodeView information about enregistered optimized variablesMark Harmstone
2024-08-16Write CodeView information about stack variablesMark Harmstone
2024-08-16Write CodeView information about enregistered variablesMark Harmstone
2024-08-16Write CodeView information about local static variablesMark Harmstone
2024-08-16Fix maybe-uninitialized CodeView LF_INDEX warningMark Harmstone
2024-08-05Fix handling of const or volatile void pointers in CodeViewMark Harmstone
2024-08-01Fix ICE when using -gcodeview with empty structMark Harmstone
2024-07-24Output CodeView type information for rvalue referencesMark Harmstone
2024-07-24Output CodeView type information for referencesMark Harmstone
2024-07-20Output CodeView function informationMark Harmstone
2024-07-13Document return value in write_cv_integerMark Harmstone
2024-07-13Make sure CodeView symbols are alignedMark Harmstone
2024-07-13Avoid magic numbers when writing CodeView paddingMark Harmstone
2024-07-13Add CodeView enum cv_sym_typeMark 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 03/11] Handle typedefs 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 v4 4/4] Output S_COMPILE3 symbol in CodeView debug sectionMark 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