14 references to Debugger
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
177byte ReadByteAt(TargetPointer address) => _target.Contracts.Debugger.ReadInstructionByte(address);
Contracts\StackWalk\StackWalk_1.cs (2)
869HijackKind hijackKind = _target.Contracts.Debugger.GetHijackKind(ip); 1221HijackKind 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); 896Contracts.IDebugger debugger = _target.Contracts.Debugger; 928Contracts.IDebugger debugger = _target.Contracts.Debugger; 998TargetPointer espContext = _target.Contracts.Debugger.PrepareExceptionHijack( 2088if (_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;