ReactOS 0.4.15-dev-7953-g1f49173
debugger_blackbox_t Struct Reference
Collaboration diagram for debugger_blackbox_t:

Public Attributes

int argc
 
DWORD pid
 
BOOL debug_rc
 
DWORD debug_err
 
BOOL attach_rc
 
DWORD attach_err
 
BOOL nokill_rc
 
DWORD nokill_err
 
BOOL detach_rc
 
DWORD detach_err
 

Detailed Description

Definition at line 173 of file debugger.c.

Member Data Documentation

◆ argc

int debugger_blackbox_t::argc

Definition at line 175 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ attach_err

DWORD debugger_blackbox_t::attach_err

Definition at line 180 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ attach_rc

BOOL debugger_blackbox_t::attach_rc

Definition at line 179 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ debug_err

DWORD debugger_blackbox_t::debug_err

Definition at line 178 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ debug_rc

BOOL debugger_blackbox_t::debug_rc

Definition at line 177 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ detach_err

DWORD debugger_blackbox_t::detach_err

Definition at line 184 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ detach_rc

BOOL debugger_blackbox_t::detach_rc

Definition at line 183 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ nokill_err

DWORD debugger_blackbox_t::nokill_err

Definition at line 182 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ nokill_rc

BOOL debugger_blackbox_t::nokill_rc

Definition at line 181 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().

◆ pid

DWORD debugger_blackbox_t::pid

Definition at line 176 of file debugger.c.

Referenced by crash_and_debug(), and doDebugger().


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