13 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
865
HijackKind hijackKind = _target.Contracts.
Debugger
.GetHijackKind(ip);
1217
HijackKind hijackKind = _target.Contracts.
Debugger
.GetHijackKind(handle.Context.InstructionPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (11)
Dbi\DacDbiImpl.cs (11)
86
*pResult = _target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
802
_target.Contracts.
Debugger
.RequestSyncAtEvent();
823
_target.Contracts.
Debugger
.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE);
844
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
875
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
944
TargetPointer espContext = _target.Contracts.
Debugger
.PrepareExceptionHijack(
2004
if (_target.Contracts.
Debugger
.GetHijackKind(controlPC) != HijackKind.None)
4483
*pRetVal = _target.Contracts.
Debugger
.GetDebuggerControlBlockAddress().Value;
4662
*pRetVal = _target.Contracts.
Debugger
.GetAttachStateFlags();
5935
_target.Contracts.
Debugger
.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE);
6128
*pResult = _target.Contracts.
Debugger
.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;