summaryrefslogtreecommitdiff
path: root/src/debug/di
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Fix x86/Linux ICorDebug frames APIIgor Kulaychuk2-17/+17
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin1-0/+33
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-4/+4
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-49/+1
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin3-216/+158
2018-02-17delete unused mirror files (#16423)Sergey Andreenko5-5/+0
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason5-15/+102
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas5-102/+15
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 Mason5-15/+102
2017-12-27Resolve race in ShimProxyCallback::AddRef (#15643)Ben Adams1-2/+1
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas2-173/+3
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin2-1/+65
2017-08-04typo (#13229)github-john-doe1-1/+1
2017-07-24Add the runtime code versioning featurenoahfalk4-21/+22
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park3-9/+9
2017-05-10[ARM/Linux] Enable build with FEATURE_DBGIPC=0 (#11254)Jonghyun Park1-2/+9
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-2/+2
2017-04-03Move '#pragma warning(disable:21000)' to correct place (#10455)Matt Warren1-4/+4
2017-03-23We have found and fixed a security weakness (CWE-188) using PVS-Studio tool: ...Ilya Ivanov1-1/+1
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier1-2/+2
2017-02-28Disable DBGIPC_TRANSPORT_DI and DBGIPC_TRANSPORT_VM on Android (#9809)Frederik Carlier1-1/+1
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-65/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft2-4/+4
2017-02-12Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft1-4/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft8-2/+356
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft5-72/+1
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft8-356/+2
2017-01-24Delete unused files (#9082)mikedn2-163/+0
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park2-4/+4
2016-12-26Remove files related to legacy build system (#8723)Robert2-104/+0
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-1/+1
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 Vorlicek2-1/+3
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 Boemer4-9/+580
2016-10-14Clarify code with unobvious precedence (#1624)Dmitry-Me1-1/+6
2016-09-22Fix Unable to step through Visual Studio remote debugger with coreclr executa...Mike McLaughlin2-0/+33
2016-08-05For helper method frame DAC doesn't read register pointers. So set them to NU...Sasha Semennikov1-2/+5
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy8-12/+84
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin3-2/+20
2016-04-18enable build of cross target components.Rahul Kumar1-24/+2
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas2-63/+1
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy3-22/+14