14 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
177
byte ReadByteAt(TargetPointer address) => _target.Contracts.
Debugger
.ReadInstructionByte(address);
Contracts\StackWalk\StackWalk_1.cs (2)
869
HijackKind hijackKind = _target.Contracts.
Debugger
.GetHijackKind(ip);
1221
HijackKind hijackKind = _target.Contracts.
Debugger
.GetHijackKind(handle.Context.InstructionPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (11)
Dbi\DacDbiImpl.cs (11)
120
*pResult = _target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
852
_target.Contracts.
Debugger
.RequestSyncAtEvent();
874
_target.Contracts.
Debugger
.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE);
896
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
928
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
998
TargetPointer espContext = _target.Contracts.
Debugger
.PrepareExceptionHijack(
2088
if (_target.Contracts.
Debugger
.GetHijackKind(controlPC) != HijackKind.None)
4608
*pRetVal = _target.Contracts.
Debugger
.GetDebuggerControlBlockAddress().Value;
4799
*pRetVal = _target.Contracts.
Debugger
.GetAttachStateFlags();
6127
_target.Contracts.
Debugger
.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE);
6325
*pResult = _target.Contracts.
Debugger
.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;