summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Au3-2/+35
2018-11-06More code review feedbackAndrew Au1-1/+7
2018-11-06Code review feedbackAndrew Au3-63/+60
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 Au2-6/+19
2018-11-06Rename lite to isEESuspendedForGCAndrew Au2-12/+12
2018-11-06ICorDebug API documentationAndrew Au1-3/+53
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au9-4/+44
2018-11-06Fixing the deadlocksAndrew Au4-7/+6
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang5-28/+28
2018-11-06Fix a bug where a data breakpoint is accidentially deleted when the context ↵Andrew Au1-0/+16
is restored on FuncEval completion
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 Au4-26/+30
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au8-56/+14
2018-11-06Fixing linux buildAndrew Au1-0/+8
2018-11-06Get/Set the ThreadContext natively if the debuggee is block on garbage ↵Andrew Au2-6/+27
collection events
2018-11-06Hacking CordbProcess::GetThreadContext / SetThreadContext to retrieve/modify ↵Andrew Au2-63/+110
managed ThreadContext
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 Au2-18/+7
2018-11-06Properly fix the DB_IPCE_ASYNC_BREAK caseAndrew Au2-30/+19
2018-11-06Removing unnecessary hacksAndrew Au11-184/+82
2018-11-06find_objectMaoni02-25/+39
2018-11-06Completed the lock reversal workAndrew Au6-88/+124
2018-11-06Making sure issues are tracked by TODOsAndrew Au2-0/+3
2018-11-06Firing the GC events within the thread suspensionAndrew Au7-184/+206
2018-11-06ContainerObject -> ContainingObjectAndrew Au4-10/+10
2018-11-06Pass databreakpoint mask into debuggerTom McDonald10-32/+43
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald12-278/+107
2018-11-06Saving progressAndrew Au1-1/+5
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au4-13/+6
2018-11-06A dummy implementation of the GetContainerObject APIAndrew Au5-8/+56
2018-11-06Boilerplate for adding new DBI methodAndrew Au8-132/+159
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au7-32/+34
2018-11-06The GC events are now working, somewhat ...Andrew Au12-1711/+1821
2018-11-06Make sure we block after sending the eventsAndrew Au1-9/+5