summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin101-84761/+7
2019-06-17Enable createdump on arm and arm64 (#24832)Juan Hoyos1-7/+8
2019-06-07Do not delete polymorphic objects without a virtual destructor (#23705)Omair Majid3-3/+2
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky5-100/+43
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky2-3/+3
2019-05-28Improve performance of !dumpasync SOS commandStephen Toub3-11/+46
2019-05-28Display state machine fields in DumpAsync for -stacksStephen Toub1-7/+15
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-8/+14
2019-05-23Use auxiliary vector to obtain the executable path name (#24696)Leandro A. F. Pereira1-1/+1
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský2-3/+2
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-69/+7
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-04-18Add a destructor for sos::GCHeap (#24072)Omair Majid2-0/+7
2019-04-16Conversion issuesSinan Kaya2-11/+11
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton2-3/+1
2019-03-16Fix typo (#23300)Nikita Potapenko2-4/+4
2019-03-07Fix signed compare warningsSinan Kaya3-6/+6
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-4/+0
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya2-2/+1
2019-02-28Fix DumpAsync to understand ContinuationWrapper (#22913)Stephen Toub1-1/+20
2019-02-22More GNUC Fixes (#22687)Sinan Kaya2-2/+7
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid4-10/+18
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens2-10/+11
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
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