ReactOS 0.4.15-dev-7918-g2a2556c
_DEBUG_EVENT Struct Reference

#include <dbgktypes.h>

Collaboration diagram for _DEBUG_EVENT:

Public Attributes

LIST_ENTRY EventList
 
KEVENT ContinueEvent
 
CLIENT_ID ClientId
 
PEPROCESS Process
 
PETHREAD Thread
 
NTSTATUS Status
 
ULONG Flags
 
PETHREAD BackoutThread
 
DBGKM_MSG ApiMsg
 
DWORD dwDebugEventCode
 
DWORD dwProcessId
 
DWORD dwThreadId
 
union {
   EXCEPTION_DEBUG_INFO   Exception
 
   CREATE_THREAD_DEBUG_INFO   CreateThread
 
   CREATE_PROCESS_DEBUG_INFO   CreateProcessInfo
 
   EXIT_THREAD_DEBUG_INFO   ExitThread
 
   EXIT_PROCESS_DEBUG_INFO   ExitProcess
 
   LOAD_DLL_DEBUG_INFO   LoadDll
 
   UNLOAD_DLL_DEBUG_INFO   UnloadDll
 
   OUTPUT_DEBUG_STRING_INFO   DebugString
 
   RIP_INFO   RipInfo
 
u
 

Detailed Description

Definition at line 228 of file dbgktypes.h.

Member Data Documentation

◆ ApiMsg

DBGKM_MSG _DEBUG_EVENT::ApiMsg

Definition at line 238 of file dbgktypes.h.

◆ BackoutThread

PETHREAD _DEBUG_EVENT::BackoutThread

Definition at line 237 of file dbgktypes.h.

◆ ClientId

CLIENT_ID _DEBUG_EVENT::ClientId

Definition at line 232 of file dbgktypes.h.

◆ ContinueEvent

KEVENT _DEBUG_EVENT::ContinueEvent

Definition at line 231 of file dbgktypes.h.

◆ CreateProcessInfo

CREATE_PROCESS_DEBUG_INFO _DEBUG_EVENT::CreateProcessInfo

Definition at line 794 of file winbase.h.

Referenced by test_DebuggingFlag(), and UpdateFromEvent().

◆ CreateThread

CREATE_THREAD_DEBUG_INFO _DEBUG_EVENT::CreateThread

Definition at line 793 of file winbase.h.

Referenced by UpdateFromEvent().

◆ DebugString

OUTPUT_DEBUG_STRING_INFO _DEBUG_EVENT::DebugString

Definition at line 799 of file winbase.h.

◆ dwDebugEventCode

◆ dwProcessId

◆ dwThreadId

◆ EventList

LIST_ENTRY _DEBUG_EVENT::EventList

Definition at line 230 of file dbgktypes.h.

◆ Exception

EXCEPTION_DEBUG_INFO _DEBUG_EVENT::Exception

Definition at line 792 of file winbase.h.

Referenced by UpdateFromEvent().

◆ ExitProcess

EXIT_PROCESS_DEBUG_INFO _DEBUG_EVENT::ExitProcess

Definition at line 796 of file winbase.h.

◆ ExitThread

EXIT_THREAD_DEBUG_INFO _DEBUG_EVENT::ExitThread

Definition at line 795 of file winbase.h.

◆ Flags

ULONG _DEBUG_EVENT::Flags

Definition at line 236 of file dbgktypes.h.

◆ LoadDll

LOAD_DLL_DEBUG_INFO _DEBUG_EVENT::LoadDll

Definition at line 797 of file winbase.h.

Referenced by test_DebuggingFlag(), and UpdateFromEvent().

◆ Process

PEPROCESS _DEBUG_EVENT::Process

Definition at line 233 of file dbgktypes.h.

◆ RipInfo

RIP_INFO _DEBUG_EVENT::RipInfo

Definition at line 800 of file winbase.h.

◆ Status

NTSTATUS _DEBUG_EVENT::Status

Definition at line 235 of file dbgktypes.h.

◆ Thread

PETHREAD _DEBUG_EVENT::Thread

Definition at line 234 of file dbgktypes.h.

◆ 

union { ... } _DEBUG_EVENT::u

◆ UnloadDll

UNLOAD_DLL_DEBUG_INFO _DEBUG_EVENT::UnloadDll

Definition at line 798 of file winbase.h.

Referenced by UpdateFromEvent().


The documentation for this struct was generated from the following files: