C# 클래스 CsDebugScript.Engine.Debuggers.DbgEngDll.STACKFRAME_EX

Represents an extended stack frame.
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 프로퍼티들

프로퍼티 타입 설명
AddrBStore ADDRESS64
AddrFrame ADDRESS64
AddrPC ADDRESS64
AddrReturn ADDRESS64
AddrStack ADDRESS64
Far int
FuncTableEntry System.IntPtr
InlineFrameContext uint
KdHelp KDHELP64
Params0 ulong
Params1 ulong
Params2 ulong
Params3 ulong
Reserved0 ulong
Reserved1 ulong
Reserved2 ulong
StackFrameSize uint
Virtual int

프로퍼티 상세

AddrBStore 공개적으로 프로퍼티

Intel Itanium: An ADDRESS64 structure that specifies the backing store (RsBSP).
public ADDRESS64 AddrBStore
리턴 ADDRESS64

AddrFrame 공개적으로 프로퍼티

An ADDRESS64 structure that specifies the frame pointer. x86: The frame pointer is EBP. Intel Itanium: There is no frame pointer, but AddrBStore is used. x64: The frame pointer is RBP or RDI.This value is not always used.
public ADDRESS64 AddrFrame
리턴 ADDRESS64

AddrPC 공개적으로 프로퍼티

An ADDRESS64 structure that specifies the program counter. x86: The program counter is EIP. Intel Itanium: The program counter is StIIP. x64: The program counter is RIP.
public ADDRESS64 AddrPC
리턴 ADDRESS64

AddrReturn 공개적으로 프로퍼티

An ADDRESS64 structure that specifies the return address.
public ADDRESS64 AddrReturn
리턴 ADDRESS64

AddrStack 공개적으로 프로퍼티

An ADDRESS64 structure that specifies the stack pointer. x86: The stack pointer is ESP. Intel Itanium: The stack pointer is SP. x64: The stack pointer is RSP.
public ADDRESS64 AddrStack
리턴 ADDRESS64

Far 공개적으로 프로퍼티

This member is TRUE if this is a WOW far call.
public int Far
리턴 int

FuncTableEntry 공개적으로 프로퍼티

On x86 computers, this member is an FPO_DATA structure. If there is no function table entry, this member is NULL.
public IntPtr,System FuncTableEntry
리턴 System.IntPtr

InlineFrameContext 공개적으로 프로퍼티

Specifies the type of the inline frame context. INLINE_FRAME_CONTEXT_INIT(0) INLINE_FRAME_CONTEXT_IGNORE(0xffffffff)
public uint InlineFrameContext
리턴 uint

KdHelp 공개적으로 프로퍼티

A KDHELP64 structure that specifies helper data for walking kernel callback frames.
public KDHELP64 KdHelp
리턴 KDHELP64

Params0 공개적으로 프로퍼티

The possible arguments to the function.
public ulong Params0
리턴 ulong

Params1 공개적으로 프로퍼티

The possible arguments to the function.
public ulong Params1
리턴 ulong

Params2 공개적으로 프로퍼티

The possible arguments to the function.
public ulong Params2
리턴 ulong

Params3 공개적으로 프로퍼티

The possible arguments to the function.
public ulong Params3
리턴 ulong

Reserved0 공개적으로 프로퍼티

This member is used internally by the StackWalkEx function.
public ulong Reserved0
리턴 ulong

Reserved1 공개적으로 프로퍼티

This member is used internally by the StackWalkEx function.
public ulong Reserved1
리턴 ulong

Reserved2 공개적으로 프로퍼티

This member is used internally by the StackWalkEx function.
public ulong Reserved2
리턴 ulong

StackFrameSize 공개적으로 프로퍼티

Set to sizeof(STACKFRAME_EX).
public uint StackFrameSize
리턴 uint

Virtual 공개적으로 프로퍼티

This member is TRUE if this is a virtual frame.
public int Virtual
리턴 int