summaryrefslogtreecommitdiff
path: root/src/debug/ee
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-2/+2
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-2/+1
2018-03-23Fix Linux/x86 FuncEvalHijack stack alignment (#17143)Igor Kulaychuk1-1/+5
2018-03-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin2-65/+31
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin2-67/+38
2018-02-17delete unused mirror files (#16423)Sergey Andreenko7-7/+0
2018-02-11Fix stack trace population to get proper source/line info for tier 1 methods ...Koundinya Veluri3-15/+31
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason3-27/+6
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas3-6/+27
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason3-27/+6
2018-02-02Fix GetILToNativeMapping3 to return mappings for the specified code start add...Koundinya Veluri3-27/+49
2018-01-25Revert "Add environment variable (COMPlus_EnableDiagnostics) to disable debug...Russ Keldorph2-31/+65
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin2-15/+10
2018-01-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin2-65/+31
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-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 #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 Kotas1-5/+0
2017-10-11Fix #14428noahfalk1-1/+3
2017-10-11Fix #14423noahfalk3-4/+31
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-08-25Delete superfluous check in funceval.cpp (#13598)Jan Kotas1-16/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-0/+5
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-1/+1
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-1/+2
2017-06-09[Local GC] No longer need to initialize SVR dacvars separately (#12173)Sean Gillespie1-4/+0
2017-06-01[Local GC] Fix handle table interface violation (#11558)Sean Gillespie1-1/+3
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie1-8/+0
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise3-76/+2
2017-03-04[x86/Linux] Clean up pContext access (#9933)Jonghyun Park2-3/+3
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park1-2/+2
2017-02-17[ARM64/Unix] (#9500)Steve MacLean2-16/+41
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft3-29/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-33/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-2/+2
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-1/+22
2017-02-11Revert "Remove more always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Remove more always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft3-12/+2
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-22/+1
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park2-14/+14
2017-01-24Delete unused files (#9082)mikedn1-107/+0
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park2-2/+2