summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin18-58/+2178
2017-04-03Move '#pragma warning(disable:21000)' to correct place (#10455)Matt Warren1-4/+4
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-23We have found and fixed a security weakness (CWE-188) using PVS-Studio tool: ...Ilya Ivanov1-1/+1
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie4-11/+4
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-2/+2
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier1-2/+2
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise5-92/+3
2017-03-04[x86/Linux] Clean up pContext access (#9933)Jonghyun Park3-6/+6
2017-03-02Fix incremental build on Unix (#9779)Jan Vorlicek1-3/+21
2017-02-28Disable DBGIPC_TRANSPORT_DI and DBGIPC_TRANSPORT_VM on Android (#9809)Frederik Carlier1-1/+1
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie9-179/+231
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park1-2/+2
2017-02-17[ARM64/Unix] (#9500)Steve MacLean2-16/+41
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft8-227/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft2-9/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft4-95/+0
2017-02-13Merge pull request #9551 from danmosemsft/dead2Dan Moseley1-3/+1
2017-02-13[Unix] twowaypipe unlink before mkfifo (#9505)Steve MacLean1-0/+5
2017-02-12Remove dead crossdomaincalls.cppdanmosemsft1-3/+1
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft2-41/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft3-6/+6
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft2-112/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-3/+0
2017-02-12Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft1-4/+0
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-5/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft14-3/+470
2017-02-11Revert "Remove more always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Remove more always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft10-124/+3
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-7/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft14-470/+3
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park4-27/+27
2017-02-01Fixes to make the lldb plugin work on ARM64 (#9216)Frederik Carlier1-1/+5
2017-01-30Support building lldbplugin on ARM64 (#9195)Frederik Carlier1-5/+13
2017-01-24Delete unused files (#9082)mikedn4-483/+0
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park4-4/+4
2017-01-20Fix debugger launch race hitting breakpoints in startup code. (#8951)Mike McLaughlin1-3/+10
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek2-1/+26
2017-01-11Fix issue #8139 amd64 decoder bug. (#8901)Mike McLaughlin1-2/+3
2017-01-11[ARM32/Linux] Fix cross-architecture build error: T_CONTEXT (#8888)Hyeongseok Oh1-1/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park4-8/+8
2016-12-26Remove files related to legacy build system (#8723)Robert15-474/+0
2016-12-20[x86/Linux] Implement libunwind-based unwindLazyStack (#8686)Jonghyun Park1-2/+2