Table of Contents

Class Commands.Debugging_Thread_Stack.Reply

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class Commands.Debugging_Thread_Stack.Reply : IConverter
Inheritance
Commands.Debugging_Thread_Stack.Reply
Implements
Inherited Members
Extension Methods

Constructors

Reply()

public Reply()

Fields

TH_F_Aborted

public const uint TH_F_Aborted = 2

Field Value

uint

TH_F_ContainsDoomedAppDomain

public const uint TH_F_ContainsDoomedAppDomain = 8

Field Value

uint

TH_F_Finalizer

public const uint TH_F_Finalizer = 4

Field Value

uint

TH_F_Suspended

public const uint TH_F_Suspended = 1

Field Value

uint

TH_S_Ready

public const uint TH_S_Ready = 0

Field Value

uint

TH_S_Terminated

public const uint TH_S_Terminated = 2

Field Value

uint

TH_S_Waiting

public const uint TH_S_Waiting = 1

Field Value

uint

c_AppDomainInjectException

public const uint c_AppDomainInjectException = 134217728

Field Value

uint

c_AppDomainMethodInvoke

public const uint c_AppDomainMethodInvoke = 67108864

Field Value

uint

c_AppDomainTransition

public const uint c_AppDomainTransition = 268435456

Field Value

uint

c_CallOnPop

public const uint c_CallOnPop = 64

Field Value

uint

c_CalledOnPop

public const uint c_CalledOnPop = 128

Field Value

uint

c_CallerIsCompatibleForCall

public const uint c_CallerIsCompatibleForCall = 131072

Field Value

uint

c_CallerIsCompatibleForRet

public const uint c_CallerIsCompatibleForRet = 262144

Field Value

uint

c_CompactAndRestartOnOutOfMemory

public const uint c_CompactAndRestartOnOutOfMemory = 32

Field Value

uint

c_ExecutingConstructor

public const uint c_ExecutingConstructor = 16

Field Value

uint

c_ExecutingIL

public const uint c_ExecutingIL = 65536

Field Value

uint

c_HasBreakpoint

public const uint c_HasBreakpoint = 2147483648

Field Value

uint

c_InvalidIP

public const uint c_InvalidIP = 536870912

Field Value

uint

c_MethodKind_Interpreted

public const uint c_MethodKind_Interpreted = 1

Field Value

uint

c_MethodKind_Jitted

public const uint c_MethodKind_Jitted = 2

Field Value

uint

c_MethodKind_Mask

public const uint c_MethodKind_Mask = 3

Field Value

uint

c_MethodKind_Native

public const uint c_MethodKind_Native = 0

Field Value

uint

c_NeedToSynchronize

public const uint c_NeedToSynchronize = 256

Field Value

uint

c_NeedToSynchronizeGlobally

public const uint c_NeedToSynchronizeGlobally = 4096

Field Value

uint

c_PendingSynchronize

public const uint c_PendingSynchronize = 512

Field Value

uint

c_PendingSynchronizeGlobally

public const uint c_PendingSynchronizeGlobally = 8192

Field Value

uint

c_PseudoStackFrameForFilter

public const uint c_PseudoStackFrameForFilter = 524288

Field Value

uint

c_ShouldInterceptException

public const uint c_ShouldInterceptException = 1073741824

Field Value

uint

c_Synchronized

public const uint c_Synchronized = 1024

Field Value

uint

c_SynchronizedGlobally

public const uint c_SynchronizedGlobally = 16384

Field Value

uint

c_UNUSED_00000004

public const uint c_UNUSED_00000004 = 4

Field Value

uint

c_UNUSED_00000008

public const uint c_UNUSED_00000008 = 8

Field Value

uint

c_UNUSED_00000800

public const uint c_UNUSED_00000800 = 2048

Field Value

uint

c_UNUSED_00080000

public const uint c_UNUSED_00080000 = 524288

Field Value

uint

c_UNUSED_00100000

public const uint c_UNUSED_00100000 = 1048576

Field Value

uint

c_UNUSED_00200000

public const uint c_UNUSED_00200000 = 2097152

Field Value

uint

c_UNUSED_00400000

public const uint c_UNUSED_00400000 = 4194304

Field Value

uint

c_UNUSED_00800000

public const uint c_UNUSED_00800000 = 8388608

Field Value

uint

c_UNUSED_01000000

public const uint c_UNUSED_01000000 = 16777216

Field Value

uint

c_UNUSED_02000000

public const uint c_UNUSED_02000000 = 33554432

Field Value

uint

m_data

public Commands.Debugging_Thread_Stack.Reply.Call[] m_data

Field Value

Call[]

m_flags

public uint m_flags

Field Value

uint

m_num

public uint m_num

Field Value

uint

m_status

public uint m_status

Field Value

uint

Methods

PrepareForDeserialize(int, byte[], Converter)

public void PrepareForDeserialize(int size, byte[] data, Converter converter)

Parameters

size int
data byte[]
converter Converter