summaryrefslogtreecommitdiff
path: root/src/debug/daccess
AgeCommit message (Expand)AuthorFilesLines
2020-10-05[Tizen] Add RelativeStubPrecode for arm64, which replaces StubPrecode in FNV ...Gleb Balykov2-6/+31
2020-09-21[Tizen] Add RelativeFixupPrecode for arm64, which replaces FixupPrecode in FN...submit/tizen/20200921.230336accepted/tizen/unified/20200922.034817Gleb Balykov1-1/+61
2020-06-18Implement instantiating and unboxing through portable stublinker codeā€¦ (#106)JUNG DONG-HEON1-1/+1
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-1/+0
2020-03-25Change bIsFree check in DacValidateMethodTable (#1086)Dong-Heon Jung1-8/+1
2019-10-30Fix minidumps not loading in VS issue (#27553)Mike McLaughlin2-8/+3
2019-10-16Fix GetSequencePoints when profiler provides mapping via SetILInstrumentedCod...David Mason1-2/+8
2019-07-11Arm64 debug issues (#25636)Steve MacLean1-1/+1
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-35/+42
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos2-0/+222
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky1-1/+0
2019-06-11Delete dead code (#25066)Jan Kotas1-1/+0
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-1/+1
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-6/+30
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas1-5/+2
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton3-8/+3
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-0/+2
2019-04-24More multi-appdomain support removal (#23921)David Wrighton4-44/+17
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas2-18/+11
2019-04-15Use NewArrayHolder for array types in src/debug (#24013)Omair Majid1-3/+3
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton4-33/+14
2019-03-17Fix conversion issuesSinan Kaya1-2/+2
2019-03-07Fix signed compare warningsSinan Kaya3-6/+6
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya3-5/+5
2019-02-22More GNUC Fixes (#22687)Sinan Kaya2-2/+3
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin3-3/+12
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-339/+336
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-3/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid3-1/+3
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-2/+2
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-07Actually fix issue #21484 reported by the customer. (#21850)Mike McLaughlin1-5/+13
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-1/+6
2018-12-10Delete vm/context.* (#21459)Jan Kotas3-12/+5
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-24/+10
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas5-77/+10
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 Kotas2-24/+3
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas2-19/+5
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au2-0/+17
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-1/+0
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise4-17/+9
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-5/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-28/+0
2018-10-03report the entire generation table in EnumWksGlobalMemoryRegions and EnumSvrG...David Mason2-2/+2
2018-09-20Fix issue #20076 createdump faults. (#20084)Mike McLaughlin1-2/+2
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas2-1/+5
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek3-1/+36