C# Класс CsDebugScript.Engine.Debuggers.DbgEngDll.KDHELP64

Information that is used by kernel debuggers to trace through user-mode callbacks in a thread's kernel stack.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FramePointer uint
KeUserCallbackDispatcher ulong
KiCallUserMode ulong
KiUserExceptionDispatcher ulong
NextCallback uint
Reserved0 ulong
Reserved1 ulong
Reserved2 ulong
Reserved3 ulong
Reserved4 ulong
StackBase ulong
StackLimit ulong
SystemRangeStart ulong
ThCallbackBStore uint
ThCallbackStack uint
Thread ulong

Описание свойств

FramePointer публичное свойство

The address of the saved frame pointer, if applicable.
public uint FramePointer
Результат uint

KeUserCallbackDispatcher публичное свойство

The address of the user-mode dispatcher function.
public ulong KeUserCallbackDispatcher
Результат ulong

KiCallUserMode публичное свойство

The address of the kernel function that calls out to user mode.
public ulong KiCallUserMode
Результат ulong

KiUserExceptionDispatcher публичное свойство

The address of the user-mode exception dispatcher function.
public ulong KiUserExceptionDispatcher
Результат ulong

NextCallback публичное свойство

The address of the next callback frame.
public uint NextCallback
Результат uint

Reserved0 публичное свойство

This member is reserved for use by the operating system.
public ulong Reserved0
Результат ulong

Reserved1 публичное свойство

This member is reserved for use by the operating system.
public ulong Reserved1
Результат ulong

Reserved2 публичное свойство

This member is reserved for use by the operating system.
public ulong Reserved2
Результат ulong

Reserved3 публичное свойство

This member is reserved for use by the operating system.
public ulong Reserved3
Результат ulong

Reserved4 публичное свойство

This member is reserved for use by the operating system.
public ulong Reserved4
Результат ulong

StackBase публичное свойство

The address of the stack base.
public ulong StackBase
Результат ulong

StackLimit публичное свойство

The stack limit.
public ulong StackLimit
Результат ulong

SystemRangeStart публичное свойство

The lowest kernel-mode address.
public ulong SystemRangeStart
Результат ulong

ThCallbackBStore публичное свойство

Intel Itanium: The offset in the thread object to a pointer to the current callback backing store frame in the kernel stack.
public uint ThCallbackBStore
Результат uint

ThCallbackStack публичное свойство

The offset in the thread object to the pointer to the current callback frame in the kernel stack.
public uint ThCallbackStack
Результат uint

Thread публичное свойство

The address of the kernel thread object, as provided in the WAIT_STATE_CHANGE packet.
public ulong Thread
Результат ulong