summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Delete vm/context.* (#21459)Jan Kotas5-16/+5
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean3-157/+26
2018-11-28Remove obsolete assert (#21260)Andrew Au1-2/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas5-77/+10
2018-11-26Fix a use after free for Managed Data BP (#21205)Chuck Ries1-4/+6
2018-11-23Fix debugger collectible thread statics access (#21175)Jan Vorlicek1-13/+16
2018-11-21Single stepping out of the unsafe places (#21135)Andrew Au2-18/+53
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas2-71/+20
2018-11-16Fix unloadability races (#21024)Jan Vorlicek3-16/+9
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas3-36/+3
2018-11-14Fix warnings because of Bool incompatibalitySwaroop Sridhar1-1/+1
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au8-28/+29
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas3-20/+5
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas8-23/+27
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au8-27/+23
2018-11-06Pull out GetContainingObjectAndrew Au7-197/+7
2018-11-06More code review feedbackAndrew Au5-46/+65
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au3-58/+111
2018-11-06Change GetContainingObject APIAndrew Au3-7/+76
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-06Avoid unused event typesAndrew Au1-4/+2
2018-11-06Avoiding triggering data breakpoint in LinuxAndrew Au1-0/+2
2018-11-06Linux fixAndrew Au1-0/+9
2018-11-06Fix ARM compilation issueAndrew Au1-2/+2
2018-11-06More code review feedbackAndrew Au1-1/+7
2018-11-06Code review feedbackAndrew Au1-1/+1
2018-11-06More comments about Debugger::SuspendCompleteAndrew Au1-0/+3
2018-11-06Use proper macros for GetContainingObject()Andrew Au1-4/+3
2018-11-06Adding comments for thread execution mode in DebuggerRCThread::SendIPCEventAndrew Au1-3/+17
2018-11-06More API commentsAndrew Au1-1/+11
2018-11-06Fix a couple bugs in GetContainingObjectAndrew Au1-2/+14
2018-11-06Rename lite to isEESuspendedForGCAndrew Au2-12/+12
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au7-3/+32
2018-11-06Fixing the deadlocksAndrew Au2-6/+4
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang2-4/+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-06Return better HR for failing to get managed thread contextAndrew Au1-6/+1
2018-11-06Do not handle the thread context for garbage collection eventsAndrew Au2-28/+6
2018-11-06Simple fixesAndrew Au3-26/+13
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au6-16/+8