Enum DebugDataType
- Namespace
- AsmResolver.PE.Debug
- Assembly
- AsmResolver.PE.dll
Provides members defining all possible debug type data that is stored in a debug directory entry.
public enum DebugDataType : uint
Fields
Borland = 9Reserved for Borland.
ClsId = 11Reserved.
CodeView = 2Indicates the Visual C++ debug information type.
Coff = 1Indicates the COFF debug information (line numbers, symbol table, and string table). This type of debug information is also pointed to by fields in the file headers.
ExDllCharacteristics = 20Indicates extended DLL characteristics bits.
Exception = 5Indicates a copy of .pdata section.
FixUp = 6Reserved.
Fpo = 0Indicates frame pointer omission (FPO) information. This information tells the debugger how to interpret nonstandard stack frames, which use the EBP register for a purpose other than as a frame pointer.
Iltcg = 14Indicates Look into Incremental Link Time Code Generation (ILTCG) data.
Misc = 4Indicates the location of a DBG file.
Mpx = 15Reserved.
OMapFromSrc = 8Indicates a mapping from an RVA in source image to an RVA in image.
OMapToSrc = 7Indicates a mapping from an RVA in image to an RVA in source image.
Pogo = 13Indicates Profile Guided Optimization data.
Repro = 16Indicates PE determinism or reproducibility.
Reserved10 = 10Reserved.
Unknown = 0Indicates an unknown value that is ignored by all tools.
VcFeature = 12Indicates additional Visual C++ debug information.