ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | _DBGK_DEBUG_ 0x00 |
#define | DBGK_THREAD_DEBUG 0x01 |
#define | DBGK_PROCESS_DEBUG 0x02 |
#define | DBGK_OBJECT_DEBUG 0x04 |
#define | DBGK_MESSAGE_DEBUG 0x08 |
#define | DBGK_EXCEPTION_DEBUG 0x10 |
#define | DBGKTRACE(x, fmt, ...) DPRINT(fmt, ##__VA_ARGS__) |
Variables | |
ULONG | DbgkpTraceLevel |
POBJECT_TYPE | DbgkDebugObjectType |
NTSTATUS NTAPI DbgkClearProcessDebugObject | ( | IN PEPROCESS | Process, |
IN PDEBUG_OBJECT | SourceDebugObject | ||
) |
Definition at line 1410 of file dbgkobj.c.
Referenced by NtRemoveProcessDebug(), and NtTerminateProcess().
Definition at line 276 of file dbgkobj.c.
Referenced by PspCreateProcess().
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().
BOOLEAN NTAPI DbgkForwardException | ( | IN PEXCEPTION_RECORD | ExceptionRecord, |
IN BOOLEAN | DebugPort, | ||
IN BOOLEAN | SecondChance | ||
) |
Definition at line 317 of file dbgkobj.c.
Referenced by KiDispatchException().
Definition at line 1498 of file dbgkobj.c.
Referenced by ExpInitializeExecutive().
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().
NTSTATUS NTAPI DbgkOpenProcessDebugPort | ( | IN PEPROCESS | Process, |
IN KPROCESSOR_MODE | PreviousMode, | ||
OUT HANDLE * | DebugHandle | ||
) |
Definition at line 1526 of file dbgkobj.c.
Referenced by NtQueryInformationProcess().
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 242 of file dbgkobj.c.
Referenced by DbgkCreateThread(), DbgkExitProcess(), DbgkExitThread(), DbgkForwardException(), DbgkMapViewOfSection(), and DbgkUnMapViewOfSection().
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().
|
extern |
Definition at line 15 of file dbgkobj.c.
Referenced by DbgkInitialize(), DbgkOpenProcessDebugPort(), NtCreateDebugObject(), NtDebugActiveProcess(), NtDebugContinue(), NtRemoveProcessDebug(), NtSetInformationDebugObject(), and NtWaitForDebugEvent().