Debugging Structures
The following table shows the debugging structures with a description of the purpose of each.
Programming element | Description |
---|---|
CONTEXT | This structure contains processor-specific register data. |
CREATE_PROCESS_DEBUG_INFO | This structure contains process creation information that can be used by a debugger. |
CREATE_THREAD_DEBUG_INFO | This structure contains thread-creation information that can be used by a debugger. |
DEBUG_EVENT | This structure describes a debugging event. |
EXCEPTION_DEBUG_INFO | This structure contains exception information that can be used by a debugger. |
EXIT_PROCESS_DEBUG_INFO | This structure contains an exiting process's exit code. |
EXIT_THREAD_DEBUG_INFO | This structure contains an exiting thread's exit code. |
LOAD_DLL_DEBUG_INFO | This structure contains information about a DLL that has just been loaded. |
OUTPUT_DEBUG_STRING_INFO | This structure contains the address, format, and length, in bytes, of a debugging string. |
UNLOAD_DLL_DEBUG_INFO | This structure contains information about a DLL that has just been unloaded. |
See Also
Send Feedback on this topic to the authors