Mono.Debugger.Backend.Architecture.UnwindStack C# (CSharp) Method

UnwindStack() abstract private method

abstract private UnwindStack ( StackFrame last_frame, TargetMemoryAccess memory, byte code, int offset ) : StackFrame
last_frame StackFrame
memory TargetMemoryAccess
code byte
offset int
return StackFrame
        internal abstract StackFrame UnwindStack(StackFrame last_frame,
							  TargetMemoryAccess memory,
							  byte[] code, int offset);