Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section describes the unmanaged structures that the debugging API uses.
In This Section
CodeChunkInfo Structure
Represents a single chunk of code in memory.CorDebugBlockingObject Structure
Defines an object that is blocking a thread and the reason why the thread is blocked.CLR_DEBUGGING_VERSION Structure
Defines the product version of the common language runtime (CLR) for debugging purposes.COR_ACTIVE_FUNCTION Structure
Contains information about the functions that are currently active in a thread's frames.COR_DEBUG_IL_TO_NATIVE_MAP Structure
Contains the offsets that are used to map Microsoft intermediate language (MSIL) code to native code.COR_DEBUG_STEP_RANGE Structure
Contains the offset information for a range of code.COR_IL_MAP Structure
Specifies changes in the relative offset of a function.COR_VERSION Structure
Stores the standard four-part version number of the common language runtime.StackTrace_SimpleContext Structure
Provides a simple context that can be used in place of a full CONTEXT structure.