ReactOS 0.4.16-dev-290-g89a3b8f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | DbgUiConnectToDbg (VOID) |
NTSTATUS NTAPI | DbgUiContinue (IN PCLIENT_ID ClientId, IN NTSTATUS ContinueStatus) |
NTSTATUS NTAPI | DbgUiConvertStateChangeStructure (IN PDBGUI_WAIT_STATE_CHANGE WaitStateChange, OUT PVOID Win32DebugEvent) |
NTSTATUS NTAPI | DbgUiWaitStateChange (OUT PDBGUI_WAIT_STATE_CHANGE WaitStateChange, IN PLARGE_INTEGER TimeOut OPTIONAL) |
VOID NTAPI | DbgUiRemoteBreakin (VOID) |
NTSTATUS NTAPI | DbgUiIssueRemoteBreakin (IN HANDLE Process) |
HANDLE NTAPI | DbgUiGetThreadDebugObject (VOID) |
VOID NTAPI | DbgUiSetThreadDebugObject (HANDLE DebugObject) |
NTSTATUS NTAPI | DbgUiDebugActiveProcess (IN HANDLE Process) |
NTSTATUS NTAPI | DbgUiStopDebugging (IN HANDLE Process) |
Definition at line 25 of file dbgui.c.
Referenced by CreateProcessInternalW(), DebugActiveProcess(), and Main().
Definition at line 47 of file dbgui.c.
Referenced by ContinueDebugEvent(), and Main().
NTSTATUS NTAPI DbgUiConvertStateChangeStructure | ( | IN PDBGUI_WAIT_STATE_CHANGE | WaitStateChange, |
OUT PVOID | Win32DebugEvent | ||
) |
Definition at line 61 of file dbgui.c.
Referenced by WaitForDebugEvent().
Definition at line 355 of file dbgui.c.
Referenced by DebugActiveProcess(), and Main().
Definition at line 333 of file dbgui.c.
Referenced by CreateProcessInternalW(), and DebugSetProcessKillOnExit().
Definition at line 303 of file dbgui.c.
Referenced by DbgUiDebugActiveProcess(), and DebugBreakProcess().
Definition at line 289 of file dbgui.c.
Referenced by DbgUiIssueRemoteBreakin().
Definition at line 344 of file dbgui.c.
Definition at line 381 of file dbgui.c.
Referenced by DbgUiDebugActiveProcess(), and DebugActiveProcessStop().
NTSTATUS NTAPI DbgUiWaitStateChange | ( | OUT PDBGUI_WAIT_STATE_CHANGE | WaitStateChange, |
IN PLARGE_INTEGER TimeOut | OPTIONAL | ||
) |
Definition at line 274 of file dbgui.c.
Referenced by Main(), and WaitForDebugEvent().