13 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
865HijackKind hijackKind = _target.Contracts.Debugger.GetHijackKind(ip); 1217HijackKind 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); 844Contracts.IDebugger debugger = _target.Contracts.Debugger; 875Contracts.IDebugger debugger = _target.Contracts.Debugger; 944TargetPointer espContext = _target.Contracts.Debugger.PrepareExceptionHijack( 2004if (_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;