summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS
AgeCommit message (Expand)AuthorFilesLines
2017-08-09typo (#13287)John Doe1-1/+1
2017-07-06Fix DumpLog to be compatible with CoreRT (#12636)Jan Kotas1-1/+1
2017-06-21Please include this line to enable build (#12382)Richard L. Jackson1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean2-2/+7
2017-06-06Fix portable build sos plugin problems (#12125)Mike McLaughlin1-15/+16
2017-05-23Remove "corerun" sos plugin command. (#11812)Mike McLaughlin4-63/+0
2017-05-19Update signing for coreclr repoWes Haggard1-2/+2
2017-05-19[lldb-plugin] Include PAL headers instead of embedding it (#11705)Jonghyun Park4-102/+8
2017-05-17Fix CreateDump-related undefined reference on non-AMD64/Linux platforms (#11635)Jonghyun Park2-5/+6
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe2-16/+20
2017-05-09Fix lldbplugin to properly build with lldb 3.9. (#11480)Mike McLaughlin1-1/+1
2017-05-04Fix incorrect metadata on SOS.NETCore.dll (#11395) again (#11415)Mike McLaughlin1-5/+1
2017-05-04Fix incorrect metadata on SOS.NETCore.dll (#11395)Mike McLaughlin1-0/+4
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin2-1/+8
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-4/+5
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin5-2/+95
2017-04-13Remove distro specific RIDs from SOS.NETCore's project.json. (#10925)Mike McLaughlin1-9/+0
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-78/+1
2017-03-24[Linux][GDB-JIT] Add lexical scopes info for local variables (#10307)Igor Kulaychuk1-9/+25
2017-03-14Make portable PDBs on Unix instead of no symbols at all.Eric Erhardt1-3/+1
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ...chcosta2-1/+11
2017-03-08Fix assert in portable pdb reader running the clrstack command (#10011)Mike McLaughlin1-0/+3
2017-02-24Merge pull request #9766 from discostu105/patch-1Stephen Toub1-1/+1
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-5/+5
2017-02-24fix typo in sos_md.hChristoph Neumüller1-1/+1
2017-02-18[Arm64/Unix] Fix cmake race condition (#9666)Steve MacLean1-5/+7
2017-02-15[ARM64/Unix] LLDB (#9504)Steve MacLean1-0/+1
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-3/+1
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-2/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+6
2017-02-11Revert "Remove more always defined FEATURE_CORESYSTEM"danmosemsft1-1/+2
2017-02-10Remove more always defined FEATURE_CORESYSTEMdanmosemsft1-2/+1
2017-02-10Redundant ASSERTE blocksdanmosemsft2-6/+0
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)Robert5-268/+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-07[x86/Linux][SOS] Get correct stack pointer from DT_CONTEXT (#8500)Evgeny Pavlov1-0/+2