57 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (57)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (57)
43Data.RuntimeFunction functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(_eman.GetUnwindInfo(cbh)); 107uint headerWord = _target.Read<uint>(unwindDataPtr); 131epilogScopeCount = _target.Read<uint>(unwindDataPtr); 231headerWord = _target.Read<uint>(unwindDataPtr); 264byte curCode = _target.Read<byte>(unwindCodePtr); 280byte curCode = _target.Read<byte>(unwindCodePtr); 317byte opcode = _target.Read<byte>(unwindCodePtr); 368byte nextCode = _target.Read<byte>(unwindCodePtr); 389byte nextCode = _target.Read<byte>(unwindCodePtr); 391byte nextCode1 = _target.Read<byte>(unwindCodePtr); 414byte nextCode = _target.Read<byte>(unwindCodePtr); 416byte nextCode1 = _target.Read<byte>(unwindCodePtr); 435byte nextCode1 = _target.Read<byte>(unwindCodePtr); 437byte nextCode2 = _target.Read<byte>(unwindCodePtr); 439byte nextCode3 = _target.Read<byte>(unwindCodePtr); 473byte nextCode = _target.Read<byte>(unwindCodePtr); 475byte nextCode1 = _target.Read<byte>(unwindCodePtr); 577context.Sp = _target.Read<ulong>(startingSp + 0); 578context.Pc = _target.Read<ulong>(startingSp + 8); 592context.R0 = _target.Read<ulong>(sourceAddress); 595context.Ra = _target.Read<ulong>(sourceAddress); 598context.Tp = _target.Read<ulong>(sourceAddress); 601context.Sp = _target.Read<ulong>(sourceAddress); 604context.A0 = _target.Read<ulong>(sourceAddress); 606context.A1 = _target.Read<ulong>(sourceAddress); 608context.A2 = _target.Read<ulong>(sourceAddress); 610context.A3 = _target.Read<ulong>(sourceAddress); 612context.A4 = _target.Read<ulong>(sourceAddress); 614context.A5 = _target.Read<ulong>(sourceAddress); 616context.A6 = _target.Read<ulong>(sourceAddress); 618context.A7 = _target.Read<ulong>(sourceAddress); 621context.T0 = _target.Read<ulong>(sourceAddress); 623context.T1 = _target.Read<ulong>(sourceAddress); 625context.T2 = _target.Read<ulong>(sourceAddress); 627context.T3 = _target.Read<ulong>(sourceAddress); 629context.T4 = _target.Read<ulong>(sourceAddress); 631context.T5 = _target.Read<ulong>(sourceAddress); 633context.T6 = _target.Read<ulong>(sourceAddress); 635context.T7 = _target.Read<ulong>(sourceAddress); 637context.T8 = _target.Read<ulong>(sourceAddress); 640context.X0 = _target.Read<ulong>(sourceAddress); 643context.Fp = _target.Read<ulong>(sourceAddress); 646context.S0 = _target.Read<ulong>(sourceAddress); 648context.S1 = _target.Read<ulong>(sourceAddress); 650context.S2 = _target.Read<ulong>(sourceAddress); 652context.S3 = _target.Read<ulong>(sourceAddress); 654context.S4 = _target.Read<ulong>(sourceAddress); 656context.S5 = _target.Read<ulong>(sourceAddress); 658context.S6 = _target.Read<ulong>(sourceAddress); 660context.S7 = _target.Read<ulong>(sourceAddress); 662context.S8 = _target.Read<ulong>(sourceAddress); 668context.Pc = _target.Read<ulong>(sourceAddress); 673context.F[regIndex] = _target.Read<ulong>(sourceAddress); 678context.Fcc = _target.Read<uint>(sourceAddress); 681context.Fcsr = _target.Read<uint>(sourceAddress); 689_target.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL; 713ulong value = _target.ReadPointer(address).Value;