summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason1-14/+73
2017-08-25Enable clrstack -f in ARM/LinuxJonghyun Park2-16/+24
2017-08-16Fixed Android AMD64 build. (#13402)Mike McLaughlin1-4/+4
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-11/+152
2017-07-06Fix DumpLog to be compatible with CoreRT (#12636)Jan Kotas1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean2-2/+7
2017-05-17Fix CreateDump-related undefined reference on non-AMD64/Linux platforms (#11635)Jonghyun Park2-5/+6
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin2-1/+8
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin4-2/+94
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-78/+1
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-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-02-01Fixes to make the lldb plugin work on ARM64 (#9216)Frederik Carlier1-8/+7
2017-01-24Delete unused files (#9082)mikedn2-379/+0
2017-01-11Fix issue #8139 amd64 decoder bug. (#8901)Mike McLaughlin1-2/+2
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-0/+1
2016-12-26Remove files related to legacy build system (#8723)Robert3-193/+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 McLaughlin2-7/+7
2016-12-12[x86/Linux][SOS] Add CALLBACK (aka stdcall) to function declarations (#8476)Evgeny Pavlov1-4/+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 Vorlicek1-1/+1
2016-11-10SOS: Automatically find a managed thread with an exception on Linux/OSX core ...Mike McLaughlin2-0/+58
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek1-4/+0
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen4-23/+23
2016-10-25Check index before access (#7795)Dmitry-Me1-1/+1
2016-10-21Fix broken #elif (#7756)Dmitry-Me1-1/+1
2016-08-22Fix SOS build break from PR #6838. (#6845)dotnet bot1-2/+6
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin7-629/+572
2016-08-15Arm64 Sos fixes forRama Krishnan Raghupathy4-13/+12
2016-08-04Clean up some SOS code.Aditya Mandaleeka1-52/+46
2016-08-04Cache failure to initialize SymbolReader logic in SOS.Aditya Mandaleeka2-12/+24
2016-08-01Change int return values to BOOL for coreclr delegates (#6551)Evgeny Pavlov2-26/+29
2016-07-27[SOS][ARM/Linux] Enable clru SOS command (#6477)Evgeny Pavlov1-6/+8
2016-07-21[SOS][Linux] Fix incorrect processing 'setclrpath' command with portable PDB ...Evgeny Pavlov1-6/+10
2016-07-20GCInfo: Support versioning.Swaroop Sridhar6-21/+24
2016-07-12Fix !PrintException (pe) -lines bug where line number/source info is not bein...Mike McLaughlin1-16/+7