summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin3-38/+5
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-4/+4
2016-12-06[x86/Linux] Fix Dacp structure size mismatch (#8377)SaeHie Park1-23/+1
2016-12-05[x86/Linux] Fix unknown pragma build error (#8427)Jonghyun Park1-0/+2
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna2-2/+2
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-2/+4
2016-11-29Disable CER feature as it is not used (#8218)John Chen2-0/+9
2016-11-28[x86/Linux] Fix error variable 'td' is uninitialized (#8299)SaeHie Park1-1/+1
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek7-6/+12
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (#8219)SaeHie Park2-3/+71
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-11-07Reduce variable scopeDmitry-Me1-2/+1
2016-11-02Fix race condition (#7928)Dmitry-Me1-7/+7
2016-11-02Check pointer before dereferencing it (#7930)Dmitry-Me1-2/+2
2016-11-01Fix build break 814276: FEATURE_SPAN_OF_T disabled in runtime but enabled in DACJohn Chen1-0/+6
2016-10-27Fix exception.StackTrace race condition. Issue #12467. (#7856)Mike McLaughlin1-20/+23
2016-10-21Initialize member variable (#7737)Dmitry-Me1-1/+1
2016-10-19Remove misleading check (#7654)Dmitry-Me1-7/+6
2016-10-17Fix broken #elif (#7656)Dmitry-Me1-1/+1
2016-10-16Don't return pointer to already deleted object (#3483)Dmitry-Me1-0/+1
2016-10-14NullReferenceException APIs (#7338)Sven Boemer7-28/+621
2016-10-14Clarify code with unobvious precedence (#1624)Dmitry-Me1-1/+6
2016-10-02Fix a bug where the DAC read four more bytes than necessary (#7430)Sean Gillespie1-16/+4