summaryrefslogtreecommitdiff
path: root/src/debug/daccess
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-16/+25
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-21/+0
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-0/+1
2018-07-10GS cookie check fix for debugger stackwalks portJuan Sebastian Hoyos Ayala1-1/+1
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov2-14/+38
2018-06-22Fix incorrect usage of ILCodeVersion::AsNode (issue #18602) (#18606)Noah Falk1-1/+1
2018-06-07Allow ILCodeVersion to fallback to default IL (#18322)Noah Falk1-5/+5
2018-06-03Typo (#18266)John Doe1-2/+2
2018-06-03Warnings cleanup (#18260)Robin Sue2-7/+1
2018-05-27Typo (#18141)John Doe1-5/+5
2018-05-24Typo (#18122)John Doe2-2/+2
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas1-1/+1
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-03-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin1-8/+11
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas1-1/+1
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas1-1/+1
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan1-1/+1
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-2/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko5-5/+0
2018-01-25Revert "Add environment variable (COMPlus_EnableDiagnostics) to disable debug...Russ Keldorph1-11/+8
2018-01-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin1-8/+11
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-2/+2
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+1
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-3/+1
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-3/+3
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-113/+6
2017-10-12Fix #14418 (#14419)Noah Falk1-1/+10
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas2-7/+2
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-4/+25
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason3-40/+155
2017-08-23Add unwind info to core dumps. (#13547)Mike McLaughlin2-2/+24
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-3/+22