summaryrefslogtreecommitdiff
path: root/src/debug/ee/debugger.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri1-0/+9
2019-09-30Abort FuncEval on unaligned SP (for 3.1) (#26607)Steve MacLean1-0/+14
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang1-12/+10
2019-07-03arm64singlestepper (#25512)Steve MacLean1-1/+1
2019-05-22Track debug info for DynamicMethods for Profiler API (#24139)Mukul Sabharwal1-1/+51
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri1-2/+14
2019-05-01Adjust some terms (#24351)Dan Moseley1-2/+2
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-4/+4
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-38/+14
2019-03-17Fix conversion issuesSinan Kaya1-1/+1
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-19/+0
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-2/+0
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-80/+0
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-14/+16
2019-01-04If the debugger is stopped on a garbage collection event, resuming the thread...Andrew Au1-7/+16
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au1-9/+21
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-2/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-29/+14
2018-11-28Remove obsolete assert (#21260)Andrew Au1-2/+0
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-12/+0
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-0/+1
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-1/+0
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-0/+1
2018-11-06Pull out GetContainingObjectAndrew Au1-11/+0
2018-11-06FEATURE_DATABREAKPOINTAndrew Au1-0/+2
2018-11-06Code review feedbackAndrew Au1-1/+1
2018-11-06Ensure BeforeGC and AfterGC events are always sent in pairsChuck Ries1-3/+6
2018-11-06More comments about Debugger::SuspendCompleteAndrew Au1-0/+3
2018-11-06Rename lite to isEESuspendedForGCAndrew Au1-10/+10
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au1-3/+4
2018-11-06Fixing the deadlocksAndrew Au1-5/+3
2018-11-06Using Debugger::SuspendComplete()Andrew Au1-23/+29
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-1/+0
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 Au1-20/+8
2018-11-06Removing unnecessary hacksAndrew Au1-11/+3
2018-11-06Completed the lock reversal workAndrew Au1-43/+79
2018-11-06Making sure issues are tracked by TODOsAndrew Au1-0/+1
2018-11-06Pass databreakpoint mask into debuggerTom McDonald1-2/+2
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald1-1/+1
2018-11-06Saving progressAndrew Au1-1/+5
2018-11-06A dummy implementation of the GetContainerObject APIAndrew Au1-0/+11
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au1-0/+2
2018-11-06The GC events are now working, somewhat ...Andrew Au1-437/+480
2018-11-06Make sure we block after sending the eventsAndrew Au1-9/+5
2018-11-06Saving progress - works towards gc eventsAndrew Au1-0/+37