13 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
859
HijackKind hijackKind = _target.Contracts.
Debugger
.GetHijackKind(ip);
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (12)
83
*pResult = _target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
599
_target.Contracts.
Debugger
.RequestSyncAtEvent();
620
_target.Contracts.
Debugger
.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE);
641
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
672
Contracts.IDebugger debugger = _target.Contracts.
Debugger
;
741
TargetPointer espContext = _target.Contracts.
Debugger
.PrepareExceptionHijack(
3739
*pRetVal = _target.Contracts.
Debugger
.GetDebuggerControlBlockAddress().Value;
3918
*pRetVal = _target.Contracts.
Debugger
.GetAttachStateFlags();
4923
if (!_target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data))
4952
if (!_target.Contracts.
Debugger
.TryGetDebuggerData(out Contracts.DebuggerData data))
5157
_target.Contracts.
Debugger
.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE);
5350
*pResult = _target.Contracts.
Debugger
.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;