summaryrefslogtreecommitdiff
path: root/src/debug/daccess
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Remove relocations for vtable chunks (#17147)Gleb Balykov2-14/+38
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
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-13/+16
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas3-42/+0
2017-07-24Merge pull request #12193 from noahfalk/tiered_jitting_m2Noah Falk3-78/+139
2017-07-24Add the runtime code versioning featurenoahfalk3-78/+139
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie5-16/+59
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-4/+5
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-2/+2
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-3/+5
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-1/+1
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-3/+3
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-4/+4
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-0/+5
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-13/+13
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean2-3/+3
2017-06-09[Local GC] No longer need to initialize SVR dacvars separately (#12173)Sean Gillespie1-3/+0
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-2/+2
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-28/+23
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas4-70/+1
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin3-10/+1
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin3-57/+64
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie3-16/+14
2017-04-01Merge pull request #10584 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka2-4/+4
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka2-4/+4
2017-03-29Merge pull request #10478 from noahfalk/fitjitNoah Falk1-1/+1
2017-03-29Tiered Compilation step 1noahfalk1-1/+1
2017-03-29Fix dependency to coreclr and mscorrc in Linux (#10138)Hyeongseok Oh1-1/+1
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-9/+2
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie3-3/+4
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-2/+2
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-8/+1