summaryrefslogtreecommitdiff
path: root/src/debug/ee
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au5-63/+67
2019-01-07Respect the instrumented code maps passed by the profiler in a rejit (#21786)David Mason1-3/+24
2019-01-04Fix misspelling (#21640)Matt Galbraith1-1/+1
2019-01-04If the debugger is stopped on a garbage collection event, resuming the thread...Andrew Au1-7/+16
2019-01-01Cleanup ArgumentNull_Obj references in unmanaged runtime (#21738)Jan Kotas1-10/+10
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au2-11/+25
2018-12-10Delete vm/context.* (#21459)Jan Kotas2-4/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean2-133/+16
2018-11-28Remove obsolete assert (#21260)Andrew Au1-2/+0
2018-11-21Single stepping out of the unsafe places (#21135)Andrew Au2-18/+53
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-12/+0
2018-11-14Fix warnings because of Bool incompatibalitySwaroop Sridhar1-1/+1
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au2-17/+2
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-1/+0
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas2-2/+17
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au2-17/+2
2018-11-06Pull out GetContainingObjectAndrew Au1-11/+0
2018-11-06More code review feedbackAndrew Au2-41/+53
2018-11-06FEATURE_DATABREAKPOINTAndrew Au4-29/+29
2018-11-06Code review feedbackAndrew Au4-88/+32
2018-11-06Comment on jithelp.asmAndrew Au1-1/+0
2018-11-06Ensure BeforeGC and AfterGC events are always sent in pairsChuck Ries2-3/+9
2018-11-06Stepping out of the write barrierAndrew Au2-2/+47
2018-11-06Complete the work for AMD64 unwind out of write barrier workAndrew Au2-67/+47
2018-11-06Bringing up the AMD64 support for unwinding away from JIT WriteBarrierAndrew Au2-8/+32
2018-11-06Make the write barrier unwinding fix works for coreclr release buildAndrew Au3-1/+20
2018-11-06x86 only stackwalk fixAndrew Au2-11/+39
2018-11-06Allocating the DebuggerDataBreakpoint object in the right heapAndrew Au1-1/+1
2018-11-06Avoiding triggering data breakpoint in LinuxAndrew Au1-0/+2
2018-11-06Fix ARM compilation issueAndrew Au1-2/+2
2018-11-06More comments about Debugger::SuspendCompleteAndrew Au1-0/+3
2018-11-06Adding comments for thread execution mode in DebuggerRCThread::SendIPCEventAndrew Au1-3/+17
2018-11-06Rename lite to isEESuspendedForGCAndrew Au2-12/+12
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au2-3/+5
2018-11-06Fixing the deadlocksAndrew Au2-6/+4
2018-11-06Fix a bug where a data breakpoint is accidentially deleted when the context i...Andrew Au1-0/+16
2018-11-06Using Debugger::SuspendComplete()Andrew Au2-25/+31
2018-11-06Simple fixesAndrew Au3-26/+13
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-1/+0
2018-11-06Hacking CordbProcess::GetThreadContext / SetThreadContext to retrieve/modify ...Andrew Au1-9/+9
2018-11-06Clear Canary cache unconditionallyAndrew Au1-2/+1
2018-11-06Fix linux buildAndrew Au1-2/+2
2018-11-06This should fix the non-deterministic failuresAndrew Au1-2/+5
2018-11-06Properly fix the DB_IPCE_ASYNC_BREAK caseAndrew Au2-30/+19
2018-11-06Removing unnecessary hacksAndrew Au5-33/+8
2018-11-06Completed the lock reversal workAndrew Au3-66/+108
2018-11-06Making sure issues are tracked by TODOsAndrew Au1-0/+1
2018-11-06Firing the GC events within the thread suspensionAndrew Au2-2/+12
2018-11-06Pass databreakpoint mask into debuggerTom McDonald3-16/+15
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald3-104/+40