summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Fix for build issue #807024, assemble debug helpers for ARM64.Joel Hendrix1-0/+1
2016-07-25Addressing arm64 build break due to old compilerRama Krishnan Raghupathy1-1/+2
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy20-49/+719
2016-07-20Merge pull request #6325 from swaroop-sridhar/R2RverSwaroop Sridhar4-10/+12
2016-07-20GCInfo: Support versioning.Swaroop Sridhar4-10/+12
2016-07-20Fix is_blittable partial specializations (#6357)joemmett1-2/+2
2016-06-30Fix the hang in the debugger tests repo on OS X. (#6079)Mike McLaughlin1-12/+0
2016-06-22Merge pull request #3484 from Dmitry-Me/fixBrokenConditionAditya Mandaleeka1-1/+1
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+1
2016-06-08Reduce memory leak for issue #1379Sasha Semennikov2-20/+27
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin4-40/+13
2016-05-24Improve vtbl matching loop in DacGetVtNameW. (#5179)Dmitri-Botcharnikov1-0/+1
2016-05-18Port from tfs: onload exception debugger crash fix (#4868)sbomer3-1/+35
2016-05-17Merge pull request #4874 from gkhanna79/SPC_S1AlexGhiondea1-3/+4
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)1-2/+0
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-3/+4
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-2/+2
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-03-03Fix impossible conditionDmitry-Me1-1/+1
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