summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike/util.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin1-7042/+0
2019-05-28Improve performance of !dumpasync SOS commandStephen Toub1-8/+18
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-8/+14
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský1-1/+2
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-1/+1
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2018-12-07Fix some SOS commands after SharedDomain removal (#21401)Jan Vorlicek1-6/+14
2018-12-07Fix SOS thread statics display (#21426)Jan Vorlicek1-23/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-72/+21
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub1-15/+19
2018-10-25Add DumpDelegate sos command (#20591)Stephen Toub1-0/+56
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-63/+2
2018-06-02Typo (#18261)John Doe1-1/+1
2018-05-31Add additional features to SOS DumpAsync command (#18213)Stephen Toub1-0/+60
2018-05-29Add sos DumpAsync command (#18160)Stephen Toub1-2/+6
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1
2018-05-23SOS Fixes for windows arm32 (#18090)Chris Sienkiewicz1-2/+2
2018-02-25Delete printing of security transparency in SOS (#16560)Jan Kotas1-6/+0
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason1-14/+73
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-3/+1
2016-12-13Enable interop debugging for Windows amd64 and x86. (#8603)Mike McLaughlin1-1/+1
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-31/+33
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-493/+465
2016-08-04Clean up some SOS code.Aditya Mandaleeka1-52/+46
2016-08-04Cache failure to initialize SymbolReader logic in SOS.Aditya Mandaleeka1-11/+23
2016-08-01Change int return values to BOOL for coreclr delegates (#6551)Evgeny Pavlov1-22/+25
2016-07-21[SOS][Linux] Fix incorrect processing 'setclrpath' command with portable PDB ...Evgeny Pavlov1-6/+10
2016-06-30[SOS] [Linux] Initial support of reading source and line number by native off...Evgeny Pavlov1-7/+74
2016-06-23[SOS][Linux] Support of reading local variables from portable PDB (#5897)Evgeny Pavlov1-21/+66
2016-06-15Initial support of breakpoint setting by source file + line on Linux using po...Evgeny Pavlov1-10/+126
2016-05-27Fix sos ClrStack print of GC frames for ARM/Linux (#5178)Dmitri-Botcharnikov1-1/+1
2016-05-08ARM: Fix SOS stack dump command failure (#4774)SaeHie Park1-7/+7
2016-04-26Merge pull request #4502 from seanshpark/arm_sos_with_lldb38Mike McLaughlin1-0/+2
2016-04-27ARM, SOS: Fix fail to load libsos.so while debugging with lldbSaeHie Park1-0/+2
2016-04-22Fixes various SOS problems and issues.Mike McLaughlin1-28/+7
2016-04-08Better sos message for runtime not initializedMike McLaughlin1-3/+3
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-0/+2
2016-03-17Fixed problem with bpmd not working sometimes.Mike McLaughlin1-30/+22
2016-02-25Create a version resilient interface between sos (libsos.so) and the lldb pluginMike McLaughlin1-32/+75
2016-02-18Do not define global inline new/delete operatorsMike Danes1-0/+11
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin1-2/+37
2015-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin1-10/+11
2015-10-06Fixed small bugs in decodemd.cpp, gcrecord.h, gc.cpp, Strike/util.cpp, and st...William Godbe1-3/+2
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-25/+25
2015-08-27Enabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo SOS commands.Mike McLaughlin1-5/+1
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin1-58/+54
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov1-2/+2
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-21/+50
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin1-4/+15