summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Move assert so it doesn't fire for null addressesChris Sienkiewicz1-1/+1
2018-09-18Add missing semicolonChris Sienkiewicz1-1/+1
2018-09-18Restore deleted spaceChris Sienkiewicz1-0/+1
2018-09-18Ensure thumb bit is set when calling FindOrCreateInitAndAddJitInfo. Add an as...Chris Sienkiewicz2-2/+2
2018-09-18Use macro rather than manually setting thumb bit in debugger.cppChris Sienkiewicz1-4/+1
2018-09-18Ensure thumb bit is set when intializing a code region.Chris Sienkiewicz1-1/+1
2018-09-18Remove relocations for vtable chunks (#17147)Gleb Balykov2-14/+38
2018-09-18Fix x86/Linux ICorDebug frames APIIgor Kulaychuk2-17/+17
2018-06-26Allow ILCodeVersion to fallback to default IL (#18502)Noah Falk1-6/+6
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin2-43/+133
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas2-6/+6
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas2-51/+2
2018-03-23Fix Linux/x86 FuncEvalHijack stack alignment (#17143)Igor Kulaychuk1-1/+5
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-80/+134
2018-03-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin3-73/+42
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas1-1/+1
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas1-1/+1
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan1-1/+1
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin6-284/+197
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-2/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko36-36/+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 Mason8-42/+108
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas8-108/+42
2018-02-09Revert "fix for issue #16289 (#16291)"Jan Kotas1-1/+1
2018-02-09fix for issue #16289 (#16291)David Mason1-1/+1
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason8-42/+108
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 Keldorph3-42/+73
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 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