C# Class CsDebugScript.ThreadContext.CONTEXT_X64

Show file Open project: southpolenator/WinDbgCs

Public Properties

Property Type Description
ContextFlags uint
DebugControl ulong
Dr0 ulong
Dr1 ulong
Dr2 ulong
Dr3 ulong
Dr6 ulong
Dr7 ulong
EFlags uint
FltSave XMM_SAVE_AREA32
LastBranchFromRip ulong
LastBranchToRip ulong
LastExceptionFromRip ulong
LastExceptionToRip ulong
MxCsr uint
P1Home ulong
P2Home ulong
P3Home ulong
P4Home ulong
P5Home ulong
P6Home ulong
R10 ulong
R11 ulong
R12 ulong
R13 ulong
R14 ulong
R15 ulong
R8 ulong
R9 ulong
Rax ulong
Rbp ulong
Rbx ulong
Rcx ulong
Rdi ulong
Rdx ulong
Rip ulong
Rsi ulong
Rsp ulong
SegCs ushort
SegDs ushort
SegEs ushort
SegFs ushort
SegGs ushort
SegSs ushort
VectorControl ulong

Property Details

ContextFlags public property

public uint ContextFlags
return uint

DebugControl public property

public ulong DebugControl
return ulong

Dr0 public property

public ulong Dr0
return ulong

Dr1 public property

public ulong Dr1
return ulong

Dr2 public property

public ulong Dr2
return ulong

Dr3 public property

public ulong Dr3
return ulong

Dr6 public property

public ulong Dr6
return ulong

Dr7 public property

public ulong Dr7
return ulong

EFlags public property

public uint EFlags
return uint

FltSave public property

public XMM_SAVE_AREA32 FltSave
return XMM_SAVE_AREA32

LastBranchFromRip public property

public ulong LastBranchFromRip
return ulong

LastBranchToRip public property

public ulong LastBranchToRip
return ulong

LastExceptionFromRip public property

public ulong LastExceptionFromRip
return ulong

LastExceptionToRip public property

public ulong LastExceptionToRip
return ulong

MxCsr public property

public uint MxCsr
return uint

P1Home public property

public ulong P1Home
return ulong

P2Home public property

public ulong P2Home
return ulong

P3Home public property

public ulong P3Home
return ulong

P4Home public property

public ulong P4Home
return ulong

P5Home public property

public ulong P5Home
return ulong

P6Home public property

public ulong P6Home
return ulong

R10 public property

public ulong R10
return ulong

R11 public property

public ulong R11
return ulong

R12 public property

public ulong R12
return ulong

R13 public property

public ulong R13
return ulong

R14 public property

public ulong R14
return ulong

R15 public property

public ulong R15
return ulong

R8 public property

public ulong R8
return ulong

R9 public property

public ulong R9
return ulong

Rax public property

public ulong Rax
return ulong

Rbp public property

public ulong Rbp
return ulong

Rbx public property

public ulong Rbx
return ulong

Rcx public property

public ulong Rcx
return ulong

Rdi public property

public ulong Rdi
return ulong

Rdx public property

public ulong Rdx
return ulong

Rip public property

public ulong Rip
return ulong

Rsi public property

public ulong Rsi
return ulong

Rsp public property

public ulong Rsp
return ulong

SegCs public property

public ushort SegCs
return ushort

SegDs public property

public ushort SegDs
return ushort

SegEs public property

public ushort SegEs
return ushort

SegFs public property

public ushort SegFs
return ushort

SegGs public property

public ushort SegGs
return ushort

SegSs public property

public ushort SegSs
return ushort

VectorControl public property

public ulong VectorControl
return ulong