57 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (57)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (57)
43
Data.RuntimeFunction functionEntry =
_target
.ProcessedData.GetOrAdd<Data.RuntimeFunction>(_eman.GetUnwindInfo(cbh));
107
uint headerWord =
_target
.Read<uint>(unwindDataPtr);
131
epilogScopeCount =
_target
.Read<uint>(unwindDataPtr);
231
headerWord =
_target
.Read<uint>(unwindDataPtr);
264
byte curCode =
_target
.Read<byte>(unwindCodePtr);
280
byte curCode =
_target
.Read<byte>(unwindCodePtr);
317
byte opcode =
_target
.Read<byte>(unwindCodePtr);
371
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
392
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
394
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
417
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
419
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
438
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
440
byte nextCode2 =
_target
.Read<byte>(unwindCodePtr);
442
byte nextCode3 =
_target
.Read<byte>(unwindCodePtr);
476
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
478
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
580
context.Sp =
_target
.Read<ulong>(startingSp + 0);
581
context.Pc =
_target
.Read<ulong>(startingSp + 8);
595
context.R0 =
_target
.Read<ulong>(sourceAddress);
598
context.Ra =
_target
.Read<ulong>(sourceAddress);
601
context.Tp =
_target
.Read<ulong>(sourceAddress);
604
context.Sp =
_target
.Read<ulong>(sourceAddress);
607
context.A0 =
_target
.Read<ulong>(sourceAddress);
609
context.A1 =
_target
.Read<ulong>(sourceAddress);
611
context.A2 =
_target
.Read<ulong>(sourceAddress);
613
context.A3 =
_target
.Read<ulong>(sourceAddress);
615
context.A4 =
_target
.Read<ulong>(sourceAddress);
617
context.A5 =
_target
.Read<ulong>(sourceAddress);
619
context.A6 =
_target
.Read<ulong>(sourceAddress);
621
context.A7 =
_target
.Read<ulong>(sourceAddress);
624
context.T0 =
_target
.Read<ulong>(sourceAddress);
626
context.T1 =
_target
.Read<ulong>(sourceAddress);
628
context.T2 =
_target
.Read<ulong>(sourceAddress);
630
context.T3 =
_target
.Read<ulong>(sourceAddress);
632
context.T4 =
_target
.Read<ulong>(sourceAddress);
634
context.T5 =
_target
.Read<ulong>(sourceAddress);
636
context.T6 =
_target
.Read<ulong>(sourceAddress);
638
context.T7 =
_target
.Read<ulong>(sourceAddress);
640
context.T8 =
_target
.Read<ulong>(sourceAddress);
643
context.X0 =
_target
.Read<ulong>(sourceAddress);
646
context.Fp =
_target
.Read<ulong>(sourceAddress);
649
context.S0 =
_target
.Read<ulong>(sourceAddress);
651
context.S1 =
_target
.Read<ulong>(sourceAddress);
653
context.S2 =
_target
.Read<ulong>(sourceAddress);
655
context.S3 =
_target
.Read<ulong>(sourceAddress);
657
context.S4 =
_target
.Read<ulong>(sourceAddress);
659
context.S5 =
_target
.Read<ulong>(sourceAddress);
661
context.S6 =
_target
.Read<ulong>(sourceAddress);
663
context.S7 =
_target
.Read<ulong>(sourceAddress);
665
context.S8 =
_target
.Read<ulong>(sourceAddress);
671
context.Pc =
_target
.Read<ulong>(sourceAddress);
676
context.F[regIndex] =
_target
.Read<ulong>(sourceAddress);
681
context.Fcc =
_target
.Read<uint>(sourceAddress);
684
context.Fcsr =
_target
.Read<uint>(sourceAddress);
692
_target
.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL;
716
ulong value =
_target
.ReadPointer(address).Value;