summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Specify path to python3.5 for perf jobs (#20443)Michelle McDaniel3-42/+35
2018-11-08Replace reflection in an assert with ==Michal Strehovský1-2/+3
2018-11-08Add work item dumping support to SOS' ThreadPool command (#20872)Stephen Toub4-14/+165
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin2-1/+6
2018-11-08Update FreeBSD build timeout to 120.Matt Galbraith1-1/+1
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer16-13/+846
2018-11-08Add test coverage for custom modifiers (#20546)Michal Strehovský6-0/+485
2018-11-07Add string.GetHashCode(ROS<char>) and related APIs (#20422)Levi Broderick5-57/+133
2018-11-07Fixing up the Double/Single parsing code to be correct (#20707)Tanner Gooding12-577/+1407
2018-11-07Handle 64-bit only intrinisc by nested classes (#20146)Fei Peng16-2/+522
2018-11-07Move the various helper intrinsics to be implemented on the S.R.Intrinsics.Ve...Tanner Gooding10-100/+3067
2018-11-08Add unloadability support to ReliabilityFramework (#20418)Jan Vorlicek6-81/+566
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek7-48/+0
2018-11-07Fix string error handling for failed DNS lookup (dotnet/corefx#32351)Tomas Weinfurt1-0/+3
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub7-296/+497
2018-11-07Delete dead code from IdnMapping (#20857)Stephen Toub1-9/+0
2018-11-07Merge pull request #20787 from CarolEidt/Arm64IntrinsicsWindowsCarol Eidt5-14/+118
2018-11-07[Darc-Update] Update dependencies from build 20181106.6 of https://github.com...dotnet-maestro[bot]3-7/+24
2018-11-06Force using clang5.0 for Ubuntu arm32 builds (#20825)Bruce Forstall1-1/+8
2018-11-06exclude freebsd symbols from publishing (#20854)Tomas Weinfurt1-1/+2
2018-11-06Pull out GetContainingObjectAndrew Au11-360/+47
2018-11-06NITsAndrew Au1-4/+5
2018-11-06Comments in JIT helperAndrew Au1-0/+2
2018-11-06More code review feedbackAndrew Au6-47/+76
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au5-100/+235
2018-11-06Change GetContainingObject APIAndrew Au5-15/+84
2018-11-06FEATURE_DATABREAKPOINTAndrew Au5-29/+35
2018-11-06Code review feedbackAndrew Au10-90/+87
2018-11-06Comment on jithelp.asmAndrew Au2-1/+2
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 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