summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2016-02-27Merge pull request #3261 from krytarowski/netbsd-support-51Aditya Mandaleeka1-0/+1
2016-02-22Merge pull request #3248 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka1-2/+10
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy4-31/+21
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy4-31/+21
2016-02-19Add PID disambiguation to debugger named semaphores.Aditya Mandaleeka1-8/+8
2016-02-19Fix NetBSD build: Define PAL_STDCPP_COMPAT=1 for twowaypipe.cppKamil Rytarowski1-0/+1
2016-02-18Disambiguate debug pipe names with more than just PID.Aditya Mandaleeka1-2/+10
2016-02-17Use pal.h directly in Unix twowaypipe code and remove windefs.h.Aditya Mandaleeka2-24/+11
2016-02-12Change the transport pipe and dbgshim runtime startup semaphores permissions ...Mike McLaughlin1-3/+2
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin3-1/+32
2016-02-03Fix build on NetBSD: Mark destructors of few classes as virtualKamil Rytarowski2-2/+15
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas4-11/+1
2016-01-27Update license headersdotnet-bot169-678/+509
2016-01-22Non-interlocked read of variable after InterlockedDecrement() causes a raceDmitry-Me1-3/+3
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 Vorlicek7-11/+11
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 McLaughlin6-186/+215
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 Danes3-9/+8
2016-01-07Separate DebuggerEval into executable and non-executable portions.Aditya Mandaleeka4-103/+116
2016-01-07Fixed issue #5109. Console stops echoing typed keys after running a coreclr ...Mike McLaughlin2-2/+7
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-16Rename CNameSpace to GCScanJan Kotas3-4/+4
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 Kumar3-21/+11
2015-12-11Fix pipe file cleanup in /tmp directory.Mike McLaughlin1-5/+1
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin4-18/+22
2015-12-07Add new IPC message for out of context unwinding used for HelperMethodFrames.Mike McLaughlin6-17/+95
2015-12-06Enable SAFESEH in the Windows x86 buildMike Danes1-1/+6
2015-11-19Replaced remaining typesJan Vorlicek3-4/+4
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