summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Fix broken #elif (#7656)Dmitry-Me1-1/+1
2016-10-16Don't return pointer to already deleted object (#3483)Dmitry-Me1-0/+1
2016-10-14NullReferenceException APIs (#7338)Sven Boemer7-28/+621
2016-10-14Clarify code with unobvious precedence (#1624)Dmitry-Me1-1/+6
2016-10-02Fix a bug where the DAC read four more bytes than necessary (#7430)Sean Gillespie1-16/+4
2016-09-22Fix Unable to step through Visual Studio remote debugger with coreclr executa...Mike McLaughlin2-0/+33
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov1-0/+3
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-3/+5
2016-09-09Only reference IGCHeap::gcHeapType when FEATURE_SVR_GC is definedSean Gillespie1-0/+8
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie5-46/+54
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie5-46/+54
2016-08-31Fix funceval of a function returning 16 byte value type. (#6997)Mike McLaughlin3-28/+27
2016-08-24Some minor changes.Gaurav Khanna1-1/+1
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-18/+38
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin2-5/+62
2016-08-10Merge pull request #6606 from rahku/arm64todoRahul Kumar1-1/+1
2016-08-10ARM64: Fix for ARM64TODORahul Kumar1-1/+1
2016-08-08Merge pull request #6582 from alsemenn/fixrefregSasha Semennikov1-2/+5
2016-08-05Implement GcInfo v2Swaroop Sridhar1-2/+4
2016-08-05For helper method frame DAC doesn't read register pointers. So set them to NU...Sasha Semennikov1-2/+5
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