summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin7-15/+60
2016-04-27ARM, SOS: Fix fail to load libsos.so while debugging with lldbSaeHie Park1-1/+5
2016-04-18enable build of cross target components.Rahul Kumar4-75/+7
2016-04-18Fix nidump to avoid crashing while working with Ready to Run imagesJohn Chen1-1/+1
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek2-32/+29
2016-03-31Merge pull request #4021 from dotnet-bot/from-tfsJan Kotas3-13/+13
2016-03-30Fixed issue #3987 "Debugger fails to stop on entry due to stack walk failure"Mike McLaughlin2-0/+5
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy3-13/+13
2016-03-29Fix ReadMemory AV.Mike McLaughlin1-1/+41
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas5-160/+3
2016-03-17Merge pull request #3783 from mikem8361/fixsosbpMike McLaughlin1-0/+4
2016-03-17Fixed problem with bpmd not working sometimes.Mike McLaughlin1-0/+4
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu2-5/+5
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