ReactOS 0.4.16-dev-819-g75c0dc0
|
#include <kd64.h>
Public Attributes | |
ULONG | Flags |
ULONG_PTR | DirectoryTableBase |
PVOID | Address |
KD_BREAKPOINT_TYPE | Content |
PVOID _BREAKPOINT_ENTRY::Address |
Definition at line 57 of file kd64.h.
Referenced by KdInitSystem(), and KdpAddBreakpoint().
KD_BREAKPOINT_TYPE _BREAKPOINT_ENTRY::Content |
Definition at line 58 of file kd64.h.
Referenced by KdpAddBreakpoint(), and KdSetOwedBreakpoints().
ULONG_PTR _BREAKPOINT_ENTRY::DirectoryTableBase |
Definition at line 56 of file kd64.h.
Referenced by KdInitSystem(), and KdpAddBreakpoint().
ULONG _BREAKPOINT_ENTRY::Flags |
Definition at line 55 of file kd64.h.
Referenced by KdInitSystem(), KdpAddBreakpoint(), KdpDeleteBreakpoint(), KdpLowRestoreBreakpoint(), KdpLowWriteContent(), KdpRestoreAllBreakpoints(), KdpSuspendBreakPoint(), and KdSetOwedBreakpoints().