13 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
859HijackKind 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); 641Contracts.IDebugger debugger = _target.Contracts.Debugger; 672Contracts.IDebugger debugger = _target.Contracts.Debugger; 741TargetPointer espContext = _target.Contracts.Debugger.PrepareExceptionHijack( 3739*pRetVal = _target.Contracts.Debugger.GetDebuggerControlBlockAddress().Value; 3918*pRetVal = _target.Contracts.Debugger.GetAttachStateFlags(); 4923if (!_target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data)) 4952if (!_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;