Table of Contents

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 = 9

Reserved for Borland.

ClsId = 11

Reserved.

CodeView = 2

Indicates the Visual C++ debug information type.

Coff = 1

Indicates 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 = 20

Indicates extended DLL characteristics bits.

Exception = 5

Indicates a copy of .pdata section.

FixUp = 6

Reserved.

Fpo = 0

Indicates 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 = 14

Indicates Look into Incremental Link Time Code Generation (ILTCG) data.

Misc = 4

Indicates the location of a DBG file.

Mpx = 15

Reserved.

OMapFromSrc = 8

Indicates a mapping from an RVA in source image to an RVA in image.

OMapToSrc = 7

Indicates a mapping from an RVA in image to an RVA in source image.

Pogo = 13

Indicates Profile Guided Optimization data.

Repro = 16

Indicates PE determinism or reproducibility.

Reserved10 = 10

Reserved.

Unknown = 0

Indicates an unknown value that is ignored by all tools.

VcFeature = 12

Indicates additional Visual C++ debug information.