ReactOS
0.4.15-dev-5608-gafb953a
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
HANDLE NTAPI | DbgkpSectionToFileHandle (IN PVOID Section) |
BOOLEAN NTAPI | DbgkpSuspendProcess (VOID) |
VOID NTAPI | DbgkpResumeProcess (VOID) |
VOID NTAPI | DbgkCreateThread (IN PETHREAD Thread, IN PVOID StartAddress) |
VOID NTAPI | DbgkExitProcess (IN NTSTATUS ExitStatus) |
VOID NTAPI | DbgkExitThread (IN NTSTATUS ExitStatus) |
VOID NTAPI | DbgkMapViewOfSection (IN PVOID Section, IN PVOID BaseAddress, IN ULONG SectionOffset, IN ULONG_PTR ViewSize) |
VOID NTAPI | DbgkUnMapViewOfSection (IN PVOID BaseAddress) |
#define NDEBUG |
Definition at line 12 of file dbgkutil.c.
Definition at line 87 of file dbgkutil.c.
Referenced by PspUserThreadStartup().
Definition at line 304 of file dbgkutil.c.
Referenced by PspExitThread().
Definition at line 340 of file dbgkutil.c.
Referenced by PspExitThread().
VOID NTAPI DbgkMapViewOfSection | ( | IN PVOID | Section, |
IN PVOID | BaseAddress, | ||
IN ULONG | SectionOffset, | ||
IN ULONG_PTR | ViewSize | ||
) |
Definition at line 380 of file dbgkutil.c.
Referenced by NtMapViewOfSection().
Definition at line 77 of file dbgkutil.c.
Referenced by DbgkExitThread(), DbgkpSendApiMessage(), and DbgkpSendApiMessageLpc().
Definition at line 19 of file dbgkutil.c.
Referenced by DbgkCreateThread(), DbgkMapViewOfSection(), and DbgkpPostFakeThreadMessages().
Definition at line 57 of file dbgkutil.c.
Referenced by DbgkExitThread(), DbgkpSendApiMessage(), and DbgkpSendApiMessageLpc().
Definition at line 436 of file dbgkutil.c.
Referenced by MiRosUnmapViewOfSection(), and MiUnmapViewOfSection().