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); 245headerWord = _target.Read<uint>(unwindDataPtr); 278byte curCode = _target.Read<byte>(unwindCodePtr); 294byte curCode = _target.Read<byte>(unwindCodePtr); 331byte opcode = _target.Read<byte>(unwindCodePtr); 382byte nextCode = _target.Read<byte>(unwindCodePtr); 403byte nextCode = _target.Read<byte>(unwindCodePtr); 405byte nextCode1 = _target.Read<byte>(unwindCodePtr); 428byte nextCode = _target.Read<byte>(unwindCodePtr); 430byte nextCode1 = _target.Read<byte>(unwindCodePtr); 449byte nextCode1 = _target.Read<byte>(unwindCodePtr); 451byte nextCode2 = _target.Read<byte>(unwindCodePtr); 453byte nextCode3 = _target.Read<byte>(unwindCodePtr); 487byte nextCode = _target.Read<byte>(unwindCodePtr); 489byte nextCode1 = _target.Read<byte>(unwindCodePtr); 591context.Sp = _target.Read<ulong>(startingSp + 0); 592context.Pc = _target.Read<ulong>(startingSp + 8); 606context.Ra = _target.Read<ulong>(sourceAddress); 609context.Sp = _target.Read<ulong>(sourceAddress); 612context.Gp = _target.Read<ulong>(sourceAddress); 615context.Tp = _target.Read<ulong>(sourceAddress); 618context.T0 = _target.Read<ulong>(sourceAddress); 620context.T1 = _target.Read<ulong>(sourceAddress); 622context.T2 = _target.Read<ulong>(sourceAddress); 625context.Fp = _target.Read<ulong>(sourceAddress); 628context.S1 = _target.Read<ulong>(sourceAddress); 631context.A0 = _target.Read<ulong>(sourceAddress); 633context.A1 = _target.Read<ulong>(sourceAddress); 635context.A2 = _target.Read<ulong>(sourceAddress); 637context.A3 = _target.Read<ulong>(sourceAddress); 639context.A4 = _target.Read<ulong>(sourceAddress); 641context.A5 = _target.Read<ulong>(sourceAddress); 643context.A6 = _target.Read<ulong>(sourceAddress); 645context.A7 = _target.Read<ulong>(sourceAddress); 648context.S2 = _target.Read<ulong>(sourceAddress); 650context.S3 = _target.Read<ulong>(sourceAddress); 652context.S4 = _target.Read<ulong>(sourceAddress); 654context.S5 = _target.Read<ulong>(sourceAddress); 656context.S6 = _target.Read<ulong>(sourceAddress); 658context.S7 = _target.Read<ulong>(sourceAddress); 660context.S8 = _target.Read<ulong>(sourceAddress); 662context.S9 = _target.Read<ulong>(sourceAddress); 664context.S10 = _target.Read<ulong>(sourceAddress); 666context.S11 = _target.Read<ulong>(sourceAddress); 669context.T3 = _target.Read<ulong>(sourceAddress); 671context.T4 = _target.Read<ulong>(sourceAddress); 673context.T5 = _target.Read<ulong>(sourceAddress); 675context.T6 = _target.Read<ulong>(sourceAddress); 681context.Pc = _target.Read<ulong>(sourceAddress); 686context.F[regIndex] = _target.Read<ulong>(sourceAddress); 691context.Fcsr = _target.Read<uint>(sourceAddress); 699_target.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL; 723ulong value = _target.ReadPointer(address).Value;