summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2016-11-29Disable CER feature as it is not used (#8218)John Chen2-0/+9
2016-11-28[x86/Linux] Fix error variable 'td' is uninitialized (#8299)SaeHie Park1-1/+1
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek7-6/+12
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (#8219)SaeHie Park2-3/+71
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-11-07Reduce variable scopeDmitry-Me1-2/+1
2016-11-02Fix race condition (#7928)Dmitry-Me1-7/+7
2016-11-02Check pointer before dereferencing it (#7930)Dmitry-Me1-2/+2
2016-11-01Fix build break 814276: FEATURE_SPAN_OF_T disabled in runtime but enabled in DACJohn Chen1-0/+6
2016-10-27Fix exception.StackTrace race condition. Issue #12467. (#7856)Mike McLaughlin1-20/+23
2016-10-21Initialize member variable (#7737)Dmitry-Me1-1/+1
2016-10-19Remove misleading check (#7654)Dmitry-Me1-7/+6
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