55 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (55)
Contracts\StackWalk\Context\RISCV64\RISCV64Unwinder.cs (55)
51Data.RuntimeFunction functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(_eman.GetUnwindInfo(cbh)); 121uint headerWord = _target.Read<uint>(unwindDataPtr); 145epilogScopeCount = _target.Read<uint>(unwindDataPtr); 246headerWord = _target.Read<uint>(unwindDataPtr); 279byte curCode = _target.Read<byte>(unwindCodePtr); 295byte curCode = _target.Read<byte>(unwindCodePtr); 332byte opcode = _target.Read<byte>(unwindCodePtr); 386byte nextCode = _target.Read<byte>(unwindCodePtr); 407byte nextCode = _target.Read<byte>(unwindCodePtr); 409byte nextCode1 = _target.Read<byte>(unwindCodePtr); 432byte nextCode = _target.Read<byte>(unwindCodePtr); 434byte nextCode1 = _target.Read<byte>(unwindCodePtr); 453byte nextCode1 = _target.Read<byte>(unwindCodePtr); 455byte nextCode2 = _target.Read<byte>(unwindCodePtr); 457byte nextCode3 = _target.Read<byte>(unwindCodePtr); 491byte nextCode = _target.Read<byte>(unwindCodePtr); 493byte nextCode1 = _target.Read<byte>(unwindCodePtr); 595context.Sp = _target.Read<ulong>(startingSp + 0); 596context.Pc = _target.Read<ulong>(startingSp + 8); 610context.Ra = _target.Read<ulong>(sourceAddress); 613context.Sp = _target.Read<ulong>(sourceAddress); 616context.Gp = _target.Read<ulong>(sourceAddress); 619context.Tp = _target.Read<ulong>(sourceAddress); 622context.T0 = _target.Read<ulong>(sourceAddress); 624context.T1 = _target.Read<ulong>(sourceAddress); 626context.T2 = _target.Read<ulong>(sourceAddress); 629context.Fp = _target.Read<ulong>(sourceAddress); 632context.S1 = _target.Read<ulong>(sourceAddress); 635context.A0 = _target.Read<ulong>(sourceAddress); 637context.A1 = _target.Read<ulong>(sourceAddress); 639context.A2 = _target.Read<ulong>(sourceAddress); 641context.A3 = _target.Read<ulong>(sourceAddress); 643context.A4 = _target.Read<ulong>(sourceAddress); 645context.A5 = _target.Read<ulong>(sourceAddress); 647context.A6 = _target.Read<ulong>(sourceAddress); 649context.A7 = _target.Read<ulong>(sourceAddress); 652context.S2 = _target.Read<ulong>(sourceAddress); 654context.S3 = _target.Read<ulong>(sourceAddress); 656context.S4 = _target.Read<ulong>(sourceAddress); 658context.S5 = _target.Read<ulong>(sourceAddress); 660context.S6 = _target.Read<ulong>(sourceAddress); 662context.S7 = _target.Read<ulong>(sourceAddress); 664context.S8 = _target.Read<ulong>(sourceAddress); 666context.S9 = _target.Read<ulong>(sourceAddress); 668context.S10 = _target.Read<ulong>(sourceAddress); 670context.S11 = _target.Read<ulong>(sourceAddress); 673context.T3 = _target.Read<ulong>(sourceAddress); 675context.T4 = _target.Read<ulong>(sourceAddress); 677context.T5 = _target.Read<ulong>(sourceAddress); 679context.T6 = _target.Read<ulong>(sourceAddress); 685context.Pc = _target.Read<ulong>(sourceAddress); 690context.F[regIndex] = _target.Read<ulong>(sourceAddress); 695context.Fcsr = _target.Read<uint>(sourceAddress); 703_target.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL; 727ulong value = _target.ReadPointer(address).Value;