summaryrefslogtreecommitdiff
path: root/src/debug/ee
AgeCommit message (Expand)AuthorFilesLines
2016-04-18enable build of cross target components.Rahul Kumar1-27/+4
2016-03-30Fixed issue #3987 "Debugger fails to stop on entry due to stack walk failure"Mike McLaughlin1-0/+2
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas2-91/+0
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-9/+7
2016-02-03Fix build on NetBSD: Mark destructors of few classes as virtualKamil Rytarowski2-2/+15
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-2/+0
2016-01-27Update license headersdotnet-bot35-140/+105
2016-01-22Merge pull request #2794 from dotnet-bot/from-tfsJan Kotas2-6/+6
2016-01-21Fix ProjectK build breaks related to GC Stress change.Aditya Mandaleeka2-6/+6
2016-01-21FIx the incremental build for WindowsJan Vorlicek2-6/+6
2016-01-20Merge pull request #2706 from adityamandaleeka/gc_stressSergiy Kuryata2-1/+14
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka2-1/+14
2016-01-15Add back COMPlus_DbgWaitForDebuggerAttach env var for mdbg tests (for now).Mike McLaughlin1-0/+8
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin2-144/+140
2016-01-14Fix x86chk build break:Brian Sullivan1-0/+2
2016-01-13Merge pull request #2264 from adityamandaleeka/dbg_exec_allocAditya Mandaleeka4-101/+408
2016-01-10Use ARCH_SOURCES_DIR consistentlyMike Danes2-7/+6
2016-01-07Separate DebuggerEval into executable and non-executable portions.Aditya Mandaleeka4-103/+116
2015-12-30Implement allocator in debugger code for handling allocations that need to be...Aditya Mandaleeka2-47/+341
2015-12-24GC OS interface refactoringJan Vorlicek1-2/+2
2015-12-15Merge pull request #2341 from mikem8361/pipefile2Mike McLaughlin1-4/+19
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin1-4/+19
2015-12-15Build arm64 using private toolsetRahul Kumar2-4/+9
2015-12-06Enable SAFESEH in the Windows x86 buildMike Danes1-1/+6
2015-11-05Selective VirtualProtect in debugger heap for ReallocEugene1-8/+11
2015-11-04Restrict allocation of executable memory by DebuggerHeapEugene2-8/+14
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas3-2/+47
2015-10-07Merge pull request #1693 from Kagamine/correct-word-spellingJan Kotas3-5/+5
2015-10-06Fix managed breakpoints on OSx.Mike McLaughlin1-0/+3
2015-10-07correct word spellingあまみや ゆうこ3-5/+5
2015-09-28Merge pull request #1589 from Priya91/pathstringLakshmi Priya1-1/+3
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-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-1/+1
2015-09-08Remove FuncEvalHijackPersonalityRoutine for PALJan Vorlicek4-13/+8
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-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka2-5/+5
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka1-3/+2
2015-08-04Enable the Windows x86 buildMike Danes2-8/+7
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas2-1/+8
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov2-3/+3
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-1/+8
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-9/+98
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-1/+0
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+3
2015-05-12Fix OSX personality routines encodingJan Vorlicek1-2/+1
2015-04-23Fixed the dac table file problem. The file name used isn't unique if there is...Mike McLaughlin2-9/+1