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); 371byte nextCode = _target.Read<byte>(unwindCodePtr); 392byte nextCode = _target.Read<byte>(unwindCodePtr); 394byte nextCode1 = _target.Read<byte>(unwindCodePtr); 417byte nextCode = _target.Read<byte>(unwindCodePtr); 419byte nextCode1 = _target.Read<byte>(unwindCodePtr); 438byte nextCode1 = _target.Read<byte>(unwindCodePtr); 440byte nextCode2 = _target.Read<byte>(unwindCodePtr); 442byte nextCode3 = _target.Read<byte>(unwindCodePtr); 476byte nextCode = _target.Read<byte>(unwindCodePtr); 478byte nextCode1 = _target.Read<byte>(unwindCodePtr); 580context.Sp = _target.Read<ulong>(startingSp + 0); 581context.Pc = _target.Read<ulong>(startingSp + 8); 595context.R0 = _target.Read<ulong>(sourceAddress); 598context.Ra = _target.Read<ulong>(sourceAddress); 601context.Tp = _target.Read<ulong>(sourceAddress); 604context.Sp = _target.Read<ulong>(sourceAddress); 607context.A0 = _target.Read<ulong>(sourceAddress); 609context.A1 = _target.Read<ulong>(sourceAddress); 611context.A2 = _target.Read<ulong>(sourceAddress); 613context.A3 = _target.Read<ulong>(sourceAddress); 615context.A4 = _target.Read<ulong>(sourceAddress); 617context.A5 = _target.Read<ulong>(sourceAddress); 619context.A6 = _target.Read<ulong>(sourceAddress); 621context.A7 = _target.Read<ulong>(sourceAddress); 624context.T0 = _target.Read<ulong>(sourceAddress); 626context.T1 = _target.Read<ulong>(sourceAddress); 628context.T2 = _target.Read<ulong>(sourceAddress); 630context.T3 = _target.Read<ulong>(sourceAddress); 632context.T4 = _target.Read<ulong>(sourceAddress); 634context.T5 = _target.Read<ulong>(sourceAddress); 636context.T6 = _target.Read<ulong>(sourceAddress); 638context.T7 = _target.Read<ulong>(sourceAddress); 640context.T8 = _target.Read<ulong>(sourceAddress); 643context.X0 = _target.Read<ulong>(sourceAddress); 646context.Fp = _target.Read<ulong>(sourceAddress); 649context.S0 = _target.Read<ulong>(sourceAddress); 651context.S1 = _target.Read<ulong>(sourceAddress); 653context.S2 = _target.Read<ulong>(sourceAddress); 655context.S3 = _target.Read<ulong>(sourceAddress); 657context.S4 = _target.Read<ulong>(sourceAddress); 659context.S5 = _target.Read<ulong>(sourceAddress); 661context.S6 = _target.Read<ulong>(sourceAddress); 663context.S7 = _target.Read<ulong>(sourceAddress); 665context.S8 = _target.Read<ulong>(sourceAddress); 671context.Pc = _target.Read<ulong>(sourceAddress); 676context.F[regIndex] = _target.Read<ulong>(sourceAddress); 681context.Fcc = _target.Read<uint>(sourceAddress); 684context.Fcsr = _target.Read<uint>(sourceAddress); 692_target.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL; 716ulong value = _target.ReadPointer(address).Value;