ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
IDebugClient7 | IDebugClient_iface |
IDebugDataSpaces | IDebugDataSpaces_iface |
IDebugSymbols3 | IDebugSymbols3_iface |
IDebugControl2 | IDebugControl2_iface |
IDebugAdvanced | IDebugAdvanced_iface |
IDebugSystemObjects | IDebugSystemObjects_iface |
LONG | refcount |
ULONG | engine_options |
struct list | targets |
IDebugEventCallbacks * | event_callbacks |
ULONG debug_client::engine_options |
Definition at line 77 of file dbgeng.c.
Referenced by debugcontrol_AddEngineOptions(), debugcontrol_GetEngineOptions(), debugcontrol_RemoveEngineOptions(), and debugcontrol_SetEngineOptions().
IDebugEventCallbacks* debug_client::event_callbacks |
Definition at line 79 of file dbgeng.c.
Referenced by debugclient_GetEventCallbacks(), debugclient_Release(), and debugclient_SetEventCallbacks().
IDebugAdvanced debug_client::IDebugAdvanced_iface |
Definition at line 74 of file dbgeng.c.
Referenced by debugclient_QueryInterface(), DebugCreate(), and impl_from_IDebugAdvanced().
IDebugClient7 debug_client::IDebugClient_iface |
Definition at line 70 of file dbgeng.c.
Referenced by debugadvanced_AddRef(), debugadvanced_QueryInterface(), debugadvanced_Release(), debugcontrol_AddRef(), debugcontrol_QueryInterface(), debugcontrol_Release(), DebugCreate(), debugdataspaces_AddRef(), debugdataspaces_QueryInterface(), debugdataspaces_Release(), debugsymbols_AddRef(), debugsymbols_QueryInterface(), debugsymbols_Release(), debugsystemobjects_AddRef(), debugsystemobjects_QueryInterface(), debugsystemobjects_Release(), and impl_from_IDebugClient().
IDebugControl2 debug_client::IDebugControl2_iface |
Definition at line 73 of file dbgeng.c.
Referenced by debugclient_QueryInterface(), DebugCreate(), and impl_from_IDebugControl2().
IDebugDataSpaces debug_client::IDebugDataSpaces_iface |
Definition at line 71 of file dbgeng.c.
Referenced by debugclient_QueryInterface(), DebugCreate(), and impl_from_IDebugDataSpaces().
IDebugSymbols3 debug_client::IDebugSymbols3_iface |
Definition at line 72 of file dbgeng.c.
Referenced by debugclient_QueryInterface(), DebugCreate(), and impl_from_IDebugSymbols3().
IDebugSystemObjects debug_client::IDebugSystemObjects_iface |
Definition at line 75 of file dbgeng.c.
Referenced by debugclient_QueryInterface(), DebugCreate(), and impl_from_IDebugSystemObjects().
LONG debug_client::refcount |
Definition at line 76 of file dbgeng.c.
Referenced by debugclient_AddRef(), debugclient_Release(), and DebugCreate().
Definition at line 78 of file dbgeng.c.
Referenced by debug_client_get_target(), debugclient_AttachProcess(), debugclient_DetachProcesses(), debugclient_Release(), and DebugCreate().