summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin3-73/+42
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-2/+2
2017-12-27Resolve race in ShimProxyCallback::AddRef (#15643)Ben Adams1-2/+1
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+1
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-3/+1
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-3/+3
2017-11-20Fix a few of createdump bugs. (#15079)Mike McLaughlin6-137/+160
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas2-5/+1
2017-11-17fix for il to native mapping etw events (#15038)David Mason2-5/+7
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-113/+6
2017-11-02Fix arm64 buildBruce Forstall1-4/+4
2017-10-23profiler changes for tiered compilation (#14612)David Mason2-3/+3
2017-10-16Fix stepping with tiered jittingNoah Falk5-93/+233
2017-10-12Fix #14418 (#14419)Noah Falk1-1/+10
2017-10-12Fix #14427 (#14429)Noah Falk2-7/+58
2017-10-11Merge pull request #14430 from noahfalk/fix_14428Noah Falk1-1/+3
2017-10-11Merge pull request #14424 from noahfalk/fix_14423Noah Falk3-4/+31
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas6-186/+5
2017-10-11Fix #14428noahfalk1-1/+3
2017-10-11Fix #14423noahfalk3-4/+31
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin3-3/+67
2017-10-03[x86/Linux] Fix regdisplay initialization in case of WIN64EXCEPTIONS (#14296)Konstantin Baladurin1-1/+1
2017-09-29[x86/Linux] Fix CopyREGDISPLAY for WIN64EXCEPTIONS (#14254)Konstantin Baladurin1-0/+24
2017-09-28[x86/Linux] Fix typo in SetDebuggerREGDISPLAYFromREGDISPLAY (#14221)Konstantin Baladurin1-1/+1
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-4/+25
2017-09-15Merge pull request #13944 from ayuckhulk/fix-arm-set-debuggerregdisplay-from-...Bruce Forstall1-1/+8
2017-09-13[ARM] Fix SetDebuggerREGDISPLAYFromREGDISPLAY() functionIgor Kulaychuk1-1/+8
2017-09-12Fix core dump generation on Centos. (#13887)Mike McLaughlin1-3/+3
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason3-40/+155
2017-08-31Cleanup CoreLib defines (#13713)Jan Kotas6-146/+0
2017-08-25Delete superfluous check in funceval.cpp (#13598)Jan Kotas1-16/+1
2017-08-23Add unwind info to core dumps. (#13547)Mike McLaughlin9-120/+301
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-3/+22
2017-08-14[Linux/ARM] Fix managed breakpoints (#13316)Igor Kulaychuk1-0/+4
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-13/+16
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas4-43/+0
2017-08-04typo (#13229)github-john-doe1-1/+1
2017-08-03typo (#13196)github-john-doe1-1/+1
2017-07-28Fix Alpine build (#13052)Jan Vorlicek1-0/+4
2017-07-24Merge pull request #12193 from noahfalk/tiered_jitting_m2Noah Falk9-106/+235
2017-07-24Add the runtime code versioning featurenoahfalk9-106/+235
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie5-16/+59
2017-07-19Remove section headers writing to createdump (#12887)Mike McLaughlin1-91/+1
2017-07-17Make createdump build and work on ARM (#12798)Konstantin Baladurin9-45/+224
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-4/+5
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-2/+2
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-3/+5
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-1/+1
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-3/+3
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-4/+4