summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Enable FinalizeQueue SOS command for Unix (#21876)Jan Vorlicek4-8/+26
2018-12-07Fix some SOS commands after SharedDomain removal (#21401)Jan Vorlicek2-26/+58
2018-12-07Fix SOS thread statics display (#21426)Jan Vorlicek1-23/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-72/+21
2018-11-20Fix search for headers and libraries via LLVM_HOME (#21084)Omair Majid1-2/+2
2018-11-08Add work item dumping support to SOS' ThreadPool command (#20872)Stephen Toub1-4/+155
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub6-294/+494
2018-11-06Enable SyncBlk for xplat SOS (#20830)Mike McLaughlin4-3/+89
2018-10-30fix detection for LLDB.h and make sos mandatory on FreeBSD (#20551)Tomas Weinfurt1-2/+10
2018-10-25Add DumpDelegate sos command (#20591)Stephen Toub9-47/+259
2018-10-16Enable building with Clang 7 (#20417)Jan Vorlicek1-2/+3
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-24/+4
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-2/+2
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek2-71/+2
2018-10-05Add printing of LoaderAllocator to MethodTable in SOS (#20255)Jan Vorlicek5-26/+73
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek5-52/+153
2018-09-05Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomp...Egor Chesakov1-1/+1
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin1-2/+2
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-1/+0
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall1-2/+6
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin2-39/+64
2018-06-03Warnings cleanup (#18260)Robin Sue3-10/+3
2018-06-02Typo (#18261)John Doe8-20/+20
2018-05-31Add additional features to SOS DumpAsync command (#18213)Stephen Toub6-14/+132
2018-05-29Add sos DumpAsync command (#18160)Stephen Toub9-28/+386
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1
2018-05-23SOS Fixes for windows arm32 (#18090)Chris Sienkiewicz3-4/+17
2018-03-21Add missing license header to test py and cs files (#17102)Mike McLaughlin32-0/+128
2018-03-16This change make DacTableGen work for VS2017Vance Morrison4-6/+39
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek1-3/+5
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov1-0/+4
2018-03-02Fix !threads -special spurious error message (#16701)Mike McLaughlin2-7/+12
2018-02-25Delete printing of security transparency in SOS (#16560)Jan Kotas6-39/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko9-9/+0
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-26/+2
2017-10-05[SOS] Fix address types inconsistency (#14188)Konstantin Baladurin1-21/+21
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin2-1/+22
2017-10-04Few build changes to support Freebsd (#14121)Tomas Weinfurt1-3/+8
2017-10-03[SOS] Use addresses without sign extension in lldb plugin (#14009)Konstantin Baladurin1-0/+23
2017-10-02The !DumpArray sos command emits invalid DML for array elements (#13855)tvass831-1/+1
2017-09-29Update build clang/llvm/lldb 3.9 (#14096)Mike McLaughlin1-3/+3
2017-09-29[x86/Linux][SOS] Fix DumpStack command output on x86 (#14189)Konstantin Baladurin1-4/+4
2017-09-27[GDBJIT] Provide full file names in generated DWARF (#14172)Igor Kulaychuk1-1/+1
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-7/+34
2017-09-14The !heapstat sos command emits difficult to read output as the "Percentage" ...tvass831-8/+8
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-22Merge pull request #12216 from ellismg/fix-warningsWilliam Godbe1-6/+3
2017-08-16Fixed Android AMD64 build. (#13402)Mike McLaughlin1-4/+4
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-11/+152