ReactOS 0.4.16-dev-2135-g2f5a67f
debugger_context Struct Reference
Collaboration diagram for debugger_context:

Public Attributes

DWORD pid
 
DEBUG_EVENT ev
 
unsigned process_cnt
 
unsigned dll_cnt
 
voidimage_base
 
DWORD thread_tag
 
unsigned thread_cnt
 
struct wine_rb_tree threads
 
struct debuggee_threadcurrent_thread
 
struct debuggee_threadmain_thread
 

Detailed Description

Definition at line 229 of file debugger.c.

Member Data Documentation

◆ current_thread

struct debuggee_thread* debugger_context::current_thread

Definition at line 239 of file debugger.c.

◆ dll_cnt

unsigned debugger_context::dll_cnt

Definition at line 234 of file debugger.c.

◆ ev

DEBUG_EVENT debugger_context::ev

Definition at line 232 of file debugger.c.

◆ image_base

void* debugger_context::image_base

Definition at line 235 of file debugger.c.

◆ main_thread

struct debuggee_thread* debugger_context::main_thread

Definition at line 240 of file debugger.c.

◆ pid

DWORD debugger_context::pid

Definition at line 231 of file debugger.c.

◆ process_cnt

unsigned debugger_context::process_cnt

Definition at line 233 of file debugger.c.

◆ thread_cnt

unsigned debugger_context::thread_cnt

Definition at line 237 of file debugger.c.

◆ thread_tag

DWORD debugger_context::thread_tag

Definition at line 236 of file debugger.c.

◆ threads

struct wine_rb_tree debugger_context::threads

Definition at line 238 of file debugger.c.


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