summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-3/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-6/+0
2017-02-09Rename __reserved to __clr_reserved to avoid a conflict on Android (#9402)Frederik Carlier1-7/+11
2017-01-31[x86/Linux] Fix LLDB Plugin Build Error (#9239)Jonghyun Park1-0/+2
2017-02-01Fixes to make the lldb plugin work on ARM64 (#9216)Frederik Carlier3-8/+12
2017-01-30Support building lldbplugin on ARM64 (#9195)Frederik Carlier2-2/+9
2017-01-30Add support for lldb-3.9 (#9190)Frederik Carlier1-22/+18
2017-01-24Delete unused files (#9082)mikedn2-379/+0
2017-01-11Fix issue #8139 amd64 decoder bug. (#8901)Mike McLaughlin1-2/+2
2017-01-12Add clang 3.7 support and remove __FakePrologName to fix build (#8904)Maarten Mensink1-14/+17
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-0/+1
2016-12-26Remove files related to legacy build system (#8723)Robert7-429/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek2-5/+1
2016-12-21Remove FEATURE_BLC_FORMATTING (#8699)Jan Vorlicek1-1/+1
2016-12-13Enable interop debugging for Windows amd64 and x86. (#8603)Mike McLaughlin3-15/+15
2016-12-12[x86/Linux][SOS] Add CALLBACK (aka stdcall) to function declarations (#8476)Evgeny Pavlov1-4/+4
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek3-15/+15
2016-12-07[x86/Linux][SOS] Get correct stack pointer from DT_CONTEXT (#8500)Evgeny Pavlov1-0/+2
2016-12-07[x86/Linux][SOS] Add definitions for CLR_CMAKE_PLATFORM_ARCH_I386 in CMakeLis...Evgeny Pavlov1-0/+4
2016-12-06[x86/Linux][SOS] Fix DataTarget::GetPointerSize for x86 (#8473)Evgeny Pavlov1-1/+1
2016-12-06[x86/Linux][SOS] Disable ARM target support for xplat (#8471)Evgeny Pavlov1-2/+9
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen2-33/+37
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek3-5/+5
2016-11-11Merge pull request #8087 from ellismg/selective-mirror-sketchMatt Ellis2-1/+1
2016-11-11Update .gitmirror metadataMatt Ellis2-1/+1
2016-11-10SOS: Automatically find a managed thread with an exception on Linux/OSX core ...Mike McLaughlin3-1/+59
2016-11-08Merge pull request #8035 from hseok-oh/fix_7871Bruce Forstall7-6/+44
2016-11-08[Linux][GDB-JIT] Fix lldb stepping issues (#7777)Igor Kulaychuk1-2/+0
2016-11-08fix typoHyeongseok Oh1-1/+1
2016-11-08Support GetHFAType in SuperPMI for ARM32 hardFPHyeongseok Oh7-6/+44
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek1-4/+0
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen6-27/+27
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall10-16/+20
2016-10-25Check index before access (#7795)Dmitry-Me1-1/+1
2016-10-25Add more lldbplugin/libsosplugin tests (#5606)Ivan Baravy40-207/+2022
2016-10-21Fix broken #elif (#7756)Dmitry-Me1-1/+1
2016-10-15Allows not to build LLDBPLUGIN (#7390)Jonghyun Park1-0/+3
2016-10-14Fix build breaksJan Kotas1-0/+2
2016-10-03[Linux] [SOS.NETCore] Quick fix for Path.GetFileName (#7441)Dmitri-Botcharnikov1-4/+17
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-0/+58
2016-09-06Add proper support for custom installed llvm tool chain. (#7050)Sung-Jae Lee1-2/+3
2016-08-31Fix funceval of a function returning 16 byte value type. (#6997)Mike McLaughlin1-12/+19
2016-08-25Put back Open key signing on the SOS.NETCore assembly. (#6905)Mike McLaughlin2-13/+21
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-2/+2
2016-08-23Add missing .gitmirror file. (#6864)dotnet bot2-1/+1
2016-08-22Merge pull request #6848 from BruceForstall/FixArm64SuperPmi2Bruce Forstall2-10/+22
2016-08-22Fix SOS build break from PR #6838. (#6845)dotnet bot1-2/+6
2016-08-22Fix superpmi arm64 buildBruce Forstall2-10/+22
2016-08-22Use the "open" key for strong-name signing SOS.NETCore.dll.Joel Hendrix1-0/+1
2016-08-20Merge remote-tracking branch 'upstream/master' into from-tfsMatt Ellis12-629/+1365