summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2015-11-18Replace most windows style types by c++ typesJan Vorlicek3-8/+8
2015-11-05Selective VirtualProtect in debugger heap for ReallocEugene1-8/+11
2015-11-05Merge pull request #1963 from Djuffin/debug-alloc-fixChris2-8/+14
2015-11-04Restrict allocation of executable memory by DebuggerHeapEugene2-8/+14
2015-11-04Fix build break from CL#1544863 Part IIMike McLaughlin1-0/+2
2015-11-04Fix build break from CL# 1544863 (git PR #1946 merge commit 810b1162fff85075f...Mike McLaughlin1-2/+2
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin4-25/+34
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas8-10/+186
2015-10-22Merge pull request #1840 from caslan/customnotificationfixCagri Aslan1-1/+5
2015-10-22Fixed an issue with getting event size not working for custom notification eventCagri Aslan1-1/+5
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+5
2015-10-07Merge pull request #1693 from Kagamine/correct-word-spellingJan Kotas6-17/+17
2015-10-06Fix managed breakpoints on OSx.Mike McLaughlin2-0/+4
2015-10-07correct word spellingあまみや ゆうこ6-17/+17
2015-09-28Merge pull request #1589 from Priya91/pathstringLakshmi Priya1-1/+3
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-2/+2
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-1/+3
2015-09-18Fix debugger's funceval on LinuxEugene3-2/+8
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin2-7/+7
2015-09-17Fix build break on armJan Kotas1-1/+1
2015-09-16Fix ARM build regressionBen Pye1-1/+1
2015-09-16Merge pull request #1560 from Priya91/longpath-testLakshmi Priya10-20/+20
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene4-9/+52
2015-09-15Use Frame list context when GetThreadContext is unavailableEugene Zemtsov2-11/+36
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar10-20/+20
2015-09-08Merge pull request #1515 from janvorli/fix-funceval-personality-routineJan Vorlicek4-13/+8
2015-09-08Remove FuncEvalHijackPersonalityRoutine for PALJan Vorlicek4-13/+8
2015-09-07Fix debugger/debuggee connection on OSx.Mike McLaughlin1-2/+38
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka2-6/+5
2015-08-24Merge pull request #1381 from JeremyKuhne/maxpathJeremy Kuhne1-2/+2
2015-08-24Run code under long paths on UnixJeremy Kuhne1-2/+2
2015-08-20Use volatile stores for values read by DACJan Kotas1-1/+2
2015-08-13Remove temporary ifdef and refactor/simplifyAditya Mandaleeka1-1/+1
2015-08-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka2-5/+5
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka2-4/+3
2015-08-10Implement /disassemble nidump option for readytorun imagesJan Kotas2-48/+203
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-2/+2
2015-08-04Enable the Windows x86 buildMike Danes4-14/+25
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas8-17/+36
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov3-4/+4
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton8-17/+36
2015-07-24Build fails when using binutils version 2.25.0Aurojit Panda1-1/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye9-25/+149
2015-07-01Fix Windows build.Mike McLaughlin1-1/+3
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin3-13/+12
2015-06-27Merge pull request #1180 from dotnet-bot/from-tfsMatt Ellis1-0/+16
2015-06-26Merge pull request #1179 from dotnet-bot/from-tfsMatt Ellis1-8/+15
2015-06-26Fix arm/arm64 builds of dbgshimEugene Zemtsov1-0/+16
2015-06-26Make 64bit dump debugging possible on CoreCLREugene Zemtsov1-8/+15
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin2-16/+16