summaryrefslogtreecommitdiff
path: root/src/debug/ee
AgeCommit message (Expand)AuthorFilesLines
2020-06-05[x86/Linux] Fix SIGSEGV during evaluation abort routine.submit/tizen_5.5/20200607.233848submit/tizen/20200607.233857accepted/tizen/unified/20200608.144754accepted/tizen/5.5/unified/20200608.142150Mikhail Kurinnoi1-1/+16
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek2-6/+0
2020-03-25[Linux/x86] Use ebp from current context during unwinding (#26789)Konstantin Baladurin1-1/+1
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri1-0/+9
2019-10-22Fix step with stackalloc (#27246) (#27351)Steve MacLean4-94/+72
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 Whang2-12/+12
2019-07-18Arm64 : Fix ldr Dt/St emulation (#25729)Steve MacLean1-4/+7
2019-07-16Add missing Arm64 specific diagnostic code (#25695)Steve MacLean1-2/+150
2019-07-03arm64singlestepper (#25512)Steve MacLean4-26/+70
2019-05-22Track debug info for DynamicMethods for Profiler API (#24139)Mukul Sabharwal1-1/+51
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky2-0/+3
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri3-3/+16
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 Wrighton4-67/+21
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 Kotas2-26/+0
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-2/+0
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-1/+0
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-9/+9
2019-02-15Disable arm64 contracts. (#22605)Sergey Andreenko2-42/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara7-167/+0
2019-01-14Making sure the nativeCodeVersion flowing change works with Rejit and EnC (#2...Andrew Au1-1/+11
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